NLP_tutorial/3-NLP_services
2025-04-09 09:39:40 +03:30
..
data 1 2025-04-09 09:39:40 +03:30
docs 1 2025-04-09 09:39:40 +03:30
model 1 2025-04-09 09:39:40 +03:30
src 1 2025-04-09 09:39:40 +03:30
tests 1 2025-04-09 09:39:40 +03:30
thunder-tests 1 2025-04-09 09:39:40 +03:30
.gitignore 1 2025-04-09 09:39:40 +03:30
docker-compose.yml 1 2025-04-09 09:39:40 +03:30
Dockerfile 1 2025-04-09 09:39:40 +03:30
main.py 1 2025-04-09 09:39:40 +03:30
openapi.json 1 2025-04-09 09:39:40 +03:30
procfile 1 2025-04-09 09:39:40 +03:30
README.md 1 2025-04-09 09:39:40 +03:30
requirements.txt 1 2025-04-09 09:39:40 +03:30
test.ipynb 1 2025-04-09 09:39:40 +03:30

Services

Requirements

pip install -r requirements.txt

Download Models

download models and place in data folder https://www.mediafire.com/folder/tz3t9c9rpf6fo/models

Getting started

cd fastapi_flair
uvicorn main:app --reload

Documentation

Open Documentations