- Dataset: Food-101
- Accuracy: 78.18%
- Demo: Hugging Face Space
- Dataset: Indian Food Images Dataset
- Accuracy: 75.26%
- Food Detection: Identify food items from images
- Recipe Retrieval: Get recipes for identified food items
- Nutrient Comparison: Compare the nutritional values of food items
Backend is built using Flask API
- Create a virtual environment
python -m venv env
- Activate the virtual environment
- On Windows:
.\env\Scripts\activate
- On macOS/Linux
source env/bin/activate
- On Windows:
- Install dependencies
pip install -r requirements.txt
- Run the application
python app.py
Frontend is built using React
- Navigate to the
frontendfoldercd frontend - Install dependencies
npm install
- Start the development server
npm start
Visit the live application here: FoodScan



