Skip to content

rladPsks/NutritionalRater

Repository files navigation

Nutritional Products Rater

Artificial Intelligence final project in San Diego State University designed to evaluate the nutritional quality of food products and suggest healthier alternatives using Machine Learning methods.

Our goal is to help users make more informed dieatary choices by automatically assesing products through scoring formula and machine learning clustering models (K-means).

Installation

First of all, download or clone the repo:

  git clone https://github.com/skyscrabble/NutritionalRater
  cd yourproject

Create a virtual environment (optional):

  python -m venv venv
  source venv/bin/activate      # macOS/Linux
  venv\Scripts\activate         # Windows

Then, install dependencies:

  pip install -r requirements.txt

Usage/Examples

Simply execute the main.py file to run the program:

  python main.py

Screenshots

Once in the main menu interface, input the barcode of the product you want to scan and analyze:

App Screenshot

Once scanned, the program will ouptut a detailed analysis of the product plus 5 better related options (if there are):

App Screenshot

In section 3 there can be found the summarized output information:

App Screenshot

Authors

Appendix

For detailed info about the project, visualization of the k-means clusters and the utilized formulas, check the 'doc' folder within the repo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages