Upload folder using huggingface_hub
Browse files- requirements.txt +6 -19
requirements.txt
CHANGED
|
@@ -1,20 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
numpy
|
| 4 |
-
joblib
|
| 5 |
-
|
| 6 |
-
# Gradio interface
|
| 7 |
gradio>=4.0.0
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
# Requests for API logging
|
| 14 |
-
requests
|
| 15 |
-
|
| 16 |
-
# Optional: required by utils.py for advanced preprocessing
|
| 17 |
-
regex
|
| 18 |
-
|
| 19 |
-
# To run locally
|
| 20 |
-
gunicorn # if deploying on platforms like Heroku or similar
|
|
|
|
| 1 |
+
tensorflow==2.12.0
|
| 2 |
+
transformers>=4.40.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
gradio>=4.0.0
|
| 4 |
+
pandas>=1.5.0
|
| 5 |
+
joblib>=1.2.0
|
| 6 |
+
huggingface_hub>=0.16.0
|
| 7 |
+
scikit-learn>=1.2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|