CREATE HEALTHY HABITS NOT RESTRICTIONS.
We came up with a web application using machine learning which keeps the tracks of user's calories consumption from a single snap of their meals. And warn's if the user exceed his/her calorie consumption limit of a day.
-
To run the machine learning testing file install all in requirements.txt
pip install -r requirements.txt
-
Install XAMPP
To run the ML training and testing process go through steps in foodify_classifier
folder.
- Import the fitbit.sql and foodify.sql files to database name fitbitapi and foodify respectively in phpmyadmin.
- Rename the foodify-master folder to foodify.
- Move the folder to xampp/htdocs.
- In browser goto URL and type
http://localhost/foodify
.
NOTE: Port No. may vary.
MIT