Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +11 -6
requirements.txt
CHANGED
|
@@ -1,7 +1,14 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
torch==1.9.0
|
|
|
|
|
|
|
|
|
|
| 5 |
firebase-admin==5.0.0
|
| 6 |
gunicorn==20.1.0
|
| 7 |
gevent-websocket==0.10.1
|
|
@@ -10,10 +17,8 @@ pandas==1.3.3
|
|
| 10 |
scikit-learn==0.24.2
|
| 11 |
python-dotenv==0.19.0
|
| 12 |
requests==2.26.0
|
| 13 |
-
joblib==1.1.0
|
| 14 |
libsndfile1==0.0.0 # Required for audio processing
|
| 15 |
pyrebase4==4.8.0 # Firebase Python wrapper
|
| 16 |
python-engineio==4.2.1
|
| 17 |
python-socketio==5.4.0
|
| 18 |
-
eventlet==0.33.0 # Required for WebSocket support
|
| 19 |
-
huggingface_hub==0.19.4 # Required for model downloading
|
|
|
|
| 1 |
+
fastapi==0.104.1
|
| 2 |
+
uvicorn[standard]==0.24.0
|
| 3 |
+
python-multipart==0.0.6
|
| 4 |
+
numpy==1.21.2
|
| 5 |
+
pandas==1.3.3
|
| 6 |
+
scikit-learn==0.24.2
|
| 7 |
+
joblib==1.1.0
|
| 8 |
torch==1.9.0
|
| 9 |
+
tensorflow==2.9.1
|
| 10 |
+
huggingface_hub==0.19.4
|
| 11 |
+
flask-socketio==5.1.1
|
| 12 |
firebase-admin==5.0.0
|
| 13 |
gunicorn==20.1.0
|
| 14 |
gevent-websocket==0.10.1
|
|
|
|
| 17 |
scikit-learn==0.24.2
|
| 18 |
python-dotenv==0.19.0
|
| 19 |
requests==2.26.0
|
|
|
|
| 20 |
libsndfile1==0.0.0 # Required for audio processing
|
| 21 |
pyrebase4==4.8.0 # Firebase Python wrapper
|
| 22 |
python-engineio==4.2.1
|
| 23 |
python-socketio==5.4.0
|
| 24 |
+
eventlet==0.33.0 # Required for WebSocket support
|
|
|