This project is an AI-powered nutrition assistant app that guides users towards healthier eating.
- 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.
- Python
- Django
- TensorFlow
- YOLOv5
- SQLite
- Edamam API
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