Spaces:
Build error
Build error
Muhammad Ridzki Nugraha commited on
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +31 -0
requirements.txt
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn[standard]
|
| 3 |
+
python-multipart
|
| 4 |
+
google-api-python-client
|
| 5 |
+
google-auth
|
| 6 |
+
google-auth-oauthlib
|
| 7 |
+
google-auth-httplib2
|
| 8 |
+
python-dotenv
|
| 9 |
+
typing-extensions
|
| 10 |
+
transformers[torch]
|
| 11 |
+
torch
|
| 12 |
+
accelerate
|
| 13 |
+
datasets
|
| 14 |
+
pandas
|
| 15 |
+
numpy>=2.0.0
|
| 16 |
+
openpyxl
|
| 17 |
+
nltk==3.8.1
|
| 18 |
+
scikit-learn>=1.5.0
|
| 19 |
+
joblib==1.3.1
|
| 20 |
+
redis==5.0.1
|
| 21 |
+
xgboost
|
| 22 |
+
lightgbm
|
| 23 |
+
shap
|
| 24 |
+
apscheduler
|
| 25 |
+
requests
|
| 26 |
+
pydantic
|
| 27 |
+
prometheus-client
|
| 28 |
+
sentencepiece
|
| 29 |
+
sacremoses
|
| 30 |
+
onnx
|
| 31 |
+
onnxruntime
|