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!
- 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
Landing Page:
Ingredients in bud light beer:
How to set up:
Back-end:
- cd into /api
- pip install -r requirements.txt
- flask run
Front-end (in a seperate terminal):
- cd into /client
- npm install
- npm start
Using the google search api:
- pip install google-search-results
Using PaddleOCR
- pip install paddlepaddle
- pip install "paddleocr>=2.0.1"