An open API service indexing awesome lists of open source software.

https://github.com/maxsonferovante/review-recognition-api


https://github.com/maxsonferovante/review-recognition-api

Last synced: 3 months ago
JSON representation

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