Skip to content

maxsonferovante/review-recognition-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages