Skip to content

MingLongSu/FBI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FBI (Facts 'Bout Ingredients)

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%