FoodSnap AI Solution - Shanib#7
Open
Shanib20 wants to merge 5 commits intoWeCode-Community-Dev:mainfrom
Open
Conversation
added 5 commits
July 1, 2025 11:03
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.
Intelligent Nutritional Analysis
Member Name: Shanib
Project Overview
FoodSnap AI is an innovative application designed to empower users with instant nutritional insights into their meals. By leveraging cutting-edge AI, it aims to simplify the process of tracking food intake and making informed dietary choices, making healthy living more accessible.
Implemented Features
This solution includes the following key features:
Tech Stack Used
How to Set Up and Run Locally
To run this project on your local machine:
git clone [https://github.com/Shanib20/foodsnap-ai.git](https://github.com/Shanib20/foodsnap-ai.git) cd foodsnap-ai.envfile inside thebackend/directory.backend/.env.exampleintobackend/.env.YOUR_GOOGLE_GEMINI_API_KEY_HEREwith your actual Google Gemini API Key.FRONTEND_URL=http://localhost:5173inbackend/.envfor local testing..envfile is excluded by.gitignoreand should never be committed to GitHub.backend/directory (cd backend).node server.cjscd ..if you're inbackend/).npm run devhttp://localhost:5173to view the application.Live Demo
You can access the live deployed version of the FoodSnap AI application here:
**Frontend (Netlify): https://foodsnap-ai.netlify.app/
(Optional: You can also include your backend URL for transparency, but the frontend link is the primary one for judges.)
Backend API (Render): https://snapthefood.onrender.com
Known Issues / Limitations