Migrated to new libraries

This commit is contained in:
2026-03-12 21:45:55 +01:00
parent dffe9b2655
commit 3dbcf501f5
4 changed files with 227 additions and 4 deletions
+4 -1
View File
@@ -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