The Review Recognition API is an application that allows the analysis and extraction of information from reviews in PDF format.
- install requirements:
pip install -r requirements.txt
- Run service with main method
python main.py
- Run service using uvicorn
uvicorn "app:app" --host "0.0.0.0" --port "8000" --reload
Go to the fastapi docs and use your api endpoints - http://127.0.0.1/api/docs