Skip to content

omnitrogen/foodscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foodscan 💥 🍌

This program scan a barcode, and send back infos about the product (focusing on food product here).

You can then export a report of all the products scanned in html format. You will see if the product's brand is using any Monsanto product.

The program uses:

  • OpenCV (for the camera)
  • Zbar (to decode barcodes)
  • Open Food Facts API (to get infos about food products)

Installing dependencies:

  1. Install Zbar with your favorite package manager:
  • brew install zbar (macOS)
  • sudo apt-get install libzbar-dev libzbar0 (ubuntu)
  1. Install python modules:
  • pip install -r requirements.txt (might be pip3 depending on your pip install)

Launch:

  • python3 main.py

Have fun! 🌈

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages