Cloud Control Entry Coding Challenge Submission#14
Open
jakobyoong wants to merge 77 commits intoej-hw:mainfrom
Open
Cloud Control Entry Coding Challenge Submission#14jakobyoong wants to merge 77 commits intoej-hw:mainfrom
jakobyoong wants to merge 77 commits intoej-hw:mainfrom
Conversation
created db with an initialization script
changed table schemas
open API documentation
Backgrounds, music, icons, all with functionality To add: upload picture feature mute feature nomsters logo
Can upload photo from computer background change fades to average colour of next bg music mute button music fade feature
add server stubs
Added drag n drop added placeholder picture
to do: link analyse button to api endpoints
Frontend implementation
…API-endpoints-link
api endpoints
updated db to include users and image blob
the response for analyze is fucking weird. to recreate, run server on port 8000, run frontend on port 3000 inspect element on browser to see browser console upload image
Changed formatting of image containers formatted time to gmt+8 correctly added a clock at the bottom added the version at the bottom
retrieving updates from main
final cleanup
PR summaryThis Pull Request introduces the Nomsters web application, an AI-powered food diary that allows users to upload pictures of food and receive the name of the food item in the photo. The application includes both frontend and backend components, with functionalities such as image classification using AI, a user-friendly interface for uploading photos, viewing past history, and a simple login system. Implications:
Purpose:
Impact:
Suggestion
Disclaimer: This comment was entirely generated using AI. Be aware that the information provided may be incorrect. Current plan usage: 61.43% Have feedback or need help? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thank you for considering Cloud Control for the Tech4City coding challenge! This documentation is meant to serve as a guide to explaining and running the Nomsters webapp, the AI powered food diary.
Overview
When users upload pictures of food, the web app will return the name of the food item in the photo. The web app is a simple to use tool that conducts image classification using AI to determine food items in a photo.