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"