Skip to content

Latest commit

 

History

History
95 lines (76 loc) · 2.71 KB

File metadata and controls

95 lines (76 loc) · 2.71 KB

FoodScan

Models

1. FoodModel

2. IndianFoodModel

Features

  • 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

Backend is built using Flask API

Steps to Set Up

  1. Create a virtual environment
    python -m venv env
  2. Activate the virtual environment
    • On Windows:
      .\env\Scripts\activate
    • On macOS/Linux
      source env/bin/activate
  3. Install dependencies
    pip install -r requirements.txt
  4. Run the application
    python app.py

Frontend

Frontend is built using React

Steps to Set Up

  1. Navigate to the frontend folder
    cd frontend
  2. Install dependencies
    npm install
  3. Start the development server
    npm start

Website

Visit the live application here: FoodScan

Screenshots

Homepage

Homepage

Features

Features

Food Detection

Food Detection

Recipe Retrieval

Nutrient Comparison 1

Nutrient Comparison

Nutrient Comparison 1 Nutrient Comparison 2

Diet Plan

Diet Plan 1 Diet Plan 2