Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 353 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 353 Bytes

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"