Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -20
requirements.txt
CHANGED
|
@@ -1,20 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
scikit-learn
|
| 12 |
-
numpy
|
| 13 |
-
|
| 14 |
-
# Misc utils
|
| 15 |
-
nltk
|
| 16 |
-
|
| 17 |
-
# For safe packaging (standard lib modules like os, json, re, etc., don't need to be included)
|
| 18 |
-
|
| 19 |
-
# Optional: if you plan to deploy with Gunicorn
|
| 20 |
-
gunicorn
|
|
|
|
| 1 |
+
flask
|
| 2 |
+
flask_cors
|
| 3 |
+
torch
|
| 4 |
+
transformers
|
| 5 |
+
sentence-transformers
|
| 6 |
+
scikit-learn
|
| 7 |
+
numpy
|
| 8 |
+
pandas
|
| 9 |
+
nltk
|
| 10 |
+
gunicorn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|