Migrated to new libraries
This commit is contained in:
@@ -14,7 +14,7 @@ LOCATION=/srv/word-language-detector-ai-api
|
||||
sudo apt install python3
|
||||
|
||||
# install dependencies
|
||||
python3 -m pip install simple-cache --index-url https://repo.jcloud-services.ddns.net/simple/ --break-system-packages
|
||||
python3 -m pip install jcloud-cachelib jcloud-config-parser --index-url https://repo.jcloud-services.ddns.net/simple/ --extra-index-url https://pypi.org/simple/ --break-system-packages
|
||||
python3 -m pip install fastapi pydantic tensorflow uvicorn scikit-learn --break-system-packages
|
||||
|
||||
# set up directories
|
||||
@@ -61,6 +61,9 @@ For the full API documentation, see the docs path of the API.
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 0.2.1
|
||||
- migrated to new libraries
|
||||
|
||||
### Version 0.2.0
|
||||
- support for CORS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user