Spaces:
Sleeping
Sleeping
Commit ·
32e28a1
1
Parent(s): af38627
add requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.115.0
|
| 2 |
+
uvicorn==0.32.0
|
| 3 |
+
transformers==4.46.3
|
| 4 |
+
torch==2.4.0
|
| 5 |
+
scikit-learn==1.5.2
|
| 6 |
+
pandas==2.2.3
|
| 7 |
+
requests==2.33.0
|
| 8 |
+
python-multipart==0.0.12
|
| 9 |
+
numpy==2.0.2
|