feat: create deployment scripts

This commit is contained in:
nobody 2025-11-02 13:09:23 -08:00
commit 8d5bce4bfb
Signed by: GrocerPublishAgent
GPG key ID: D460CD54A9E3AB86
22 changed files with 2697 additions and 74 deletions

View file

@ -11,10 +11,16 @@ requires-python = ">=3.11"
dependencies = [
"flask>=2.3.2,<3.0.0",
"flask-cors>=4.0.0,<5.0.0",
"gunicorn>=22.0.0,<23.0.0",
"transformers>=4.30.2,<5.0.0",
"nltk>=3.8.1,<4.0.0",
"sentence-transformers>=2.2.2,<3.0.0",
"numpy>=1.25.0,<2.0.0",
"pytest>=8.4.2",
"pytest-benchmark>=5.2.0",
"matplotlib>=3.10.7",
"seaborn>=0.13.2",
"pandas>=2.3.3",
]
[build-system]