18 lines
322 B
Markdown
18 lines
322 B
Markdown
# Services
|
|
## Requirements
|
|
````shell
|
|
pip install -r requirements.txt
|
|
````
|
|
## Download Models
|
|
download models and place in data folder
|
|
https://www.mediafire.com/folder/tz3t9c9rpf6fo/models
|
|
|
|
## Getting started
|
|
|
|
````shell
|
|
cd fastapi_flair
|
|
uvicorn main:app --reload
|
|
````
|
|
|
|
## Documentation
|
|
[Open Documentations](./docs/docs.md) |