Skip to content

douglashuangg/FBI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FBI (Facts 'Bout Ingredients)

What's sodium benzoate? Do you ever ask yourself what chemicals companies are putting in your food? FBI will uncover all the ingredients for you!

Tech

  • Uses optical character recognition to scan ingredient labels for the list of ingredients
  • Utilizes SerpApi to search google for information about the ingredients
  • Built using React and Flask

Gallery

Landing Page:

image

Ingredients in bud light beer:

image

How to set up:

Back-end:

  1. cd into /api
  2. pip install -r requirements.txt
  3. flask run

Front-end (in a seperate terminal):

  1. cd into /client
  2. npm install
  3. npm start

Using the google search api:

  1. pip install google-search-results

Using PaddleOCR

  1. pip install paddlepaddle
  2. pip install "paddleocr>=2.0.1"

About

Ingredients unmasked!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 40.9%
  • Python 24.8%
  • CSS 23.7%
  • HTML 10.6%