feat: create deployment scripts
This commit is contained in:
parent
78297efe5c
commit
8d5bce4bfb
22 changed files with 2697 additions and 74 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue