Skip to content

tomcoder1/it-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a calorie calculator app, written in Python. It helps users estimate the number of calories in their meals by using food classification and manual input. The app uses a trained model, with a moderate accuracy of 60%.

Installation

  1. Install Python 3.10
  2. Download the ZIP file and extract it
  3. Open Command Prompt
  4. Type:
cd path\to\the\project
  1. Install required packages
 pip install kivy tensorflow pillow opencv-python
  1. Run it
python main.py

Features

The app has:

  • A camera screen to capture food,
  • A result screen to show the prediction and to input the current grams,
  • A meal screen to demonstrate and calculate the inputted foods

Final words

The project definitely has drawbacks. The most noticeable downside of the work is that the model’s accuracy is not high, leading to errors identifying food. Also, the trained data derived from the Food101 dataset, which leads to lack of broadth in the outputted results.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published