This repository accompanies the blog post here: https://techtalk.digitalpress.blog/automated-calorie-tracking.
This code for this repository helps capture a food image via your Pi Camera, and classify it using TFLite.
The food item along with its weight is then logged to HealthifyMe.
To run this on your Raspberry device:
- Clone this repository
git clone https://github.com/lezwon/automatic-calorie-tracking.git
- Install requirements
pip install -r requirements.txt
- Run the main.py file
python main.py