Skip to content

Annu117/CGAS-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors