lezwon / automatic-calorie-tracking

Code repository for Automated Calorie Tracking blog post. Automatically detects the food item placed on the weighing scale and logs it to HealthifyMe.

Home Page:https://techtalk.digitalpress.blog/automated-calorie-tracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automated Calorie Tracking

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.

Instructions

To run this on your Raspberry device:

  1. Clone this repository
    git clone https://github.com/lezwon/automatic-calorie-tracking.git
    
  2. Install requirements
    pip install -r requirements.txt
    
  3. Run the main.py file
    python main.py
    

About

Code repository for Automated Calorie Tracking blog post. Automatically detects the food item placed on the weighing scale and logs it to HealthifyMe.

https://techtalk.digitalpress.blog/automated-calorie-tracking


Languages

Language:Python 99.9%Language:Shell 0.1%