https://github.com/maxsonferovante/review-recognition-api
https://github.com/maxsonferovante/review-recognition-api
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxsonferovante/review-recognition-api
- Owner: maxsonferovante
- Created: 2024-09-16T00:05:06.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-02T22:30:49.000Z (8 months ago)
- Last Synced: 2025-01-30T09:17:00.604Z (4 months ago)
- Language: Python
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
pip install -r requirements.txt
```## Step 2 - start service local
1. Run service with main method
```bash
python main.py
```2. Run service using uvicorn
```bash
uvicorn "src.app_module:http_server" --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