Skip to content

GiteshKambli/nutrition_analyser

Repository files navigation

Nutrition Analyzer and Recipe Recommender

This project is an AI-powered nutrition assistant app that guides users towards healthier eating.

Features

  • Extracts valuable nutrition information from nutrition fact labels.
  • Detects food items in images using object detection models.
  • Recommends recipes that match the user's nutrition profile and taste palate.
  • Tracks user palate preferences over time.
  • Stores user health conditions in a database.

Technologies

  • Python
  • Django
  • TensorFlow
  • YOLOv5
  • SQLite
  • Edamam API

Getting Started

To install the project dependencies, run the following command:

pip install -r requirements.txt

To run the project, run the following command:

python manage.py runserver

The project will be available at:

http://localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published