Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 575 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 575 Bytes

API Review Recognition

The Review Recognition API is an application that allows the analysis and extraction of information from reviews in PDF format.

Start Service

Step 1 - Create environment

  • install requirements:
pip install -r requirements.txt

Step 2 - start service local

  1. Run service with main method
python main.py
  1. Run service using uvicorn
uvicorn "app:app" --host "0.0.0.0" --port "8000" --reload

Step 3 - Send requests

Go to the fastapi docs and use your api endpoints - http://127.0.0.1/api/docs