Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +61 -0
requirements.txt
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
flask==2.0.1
|
| 2 |
+
flask-socketio==5.5.1
|
| 3 |
+
numpy>=1.22.0
|
| 4 |
+
pandas==1.3.3
|
| 5 |
+
scikit-learn==1.3.2
|
| 6 |
+
tensorflow==2.7.0
|
| 7 |
+
tensorflow-hub==0.12.0
|
| 8 |
+
keras==2.7.0
|
| 9 |
+
librosa==0.8.1
|
| 10 |
+
soundfile==0.10.3.post1
|
| 11 |
+
matplotlib==3.4.3
|
| 12 |
+
seaborn==0.11.2
|
| 13 |
+
joblib>=1.0.2
|
| 14 |
+
Werkzeug==2.0.1
|
| 15 |
+
click==8.0.1
|
| 16 |
+
itsdangerous==2.0.1
|
| 17 |
+
Jinja2==3.0.1
|
| 18 |
+
MarkupSafe==2.0.1
|
| 19 |
+
python-dateutil==2.8.2
|
| 20 |
+
pytz==2021.1
|
| 21 |
+
six==1.16.0
|
| 22 |
+
typing-extensions>=4.3.0
|
| 23 |
+
absl-py>=1.0.0
|
| 24 |
+
astunparse==1.6.3
|
| 25 |
+
flatbuffers>=1.12
|
| 26 |
+
gast==0.4.0
|
| 27 |
+
google-auth>=2.14.1
|
| 28 |
+
google-auth-oauthlib==0.4.6
|
| 29 |
+
google-auth-httplib2==0.2.0
|
| 30 |
+
google-pasta==0.2.0
|
| 31 |
+
grpcio==1.70.0
|
| 32 |
+
h5py==3.1.0
|
| 33 |
+
opt-einsum==3.3.0
|
| 34 |
+
protobuf>=3.19.5,<5.0.0dev
|
| 35 |
+
pyasn1==0.4.8
|
| 36 |
+
pyasn1-modules==0.2.8
|
| 37 |
+
rsa==4.7.2
|
| 38 |
+
scipy==1.7.3
|
| 39 |
+
tensorboard==2.7.0
|
| 40 |
+
tensorflow-estimator==2.7.0
|
| 41 |
+
termcolor==1.1.0
|
| 42 |
+
torch==2.0.0
|
| 43 |
+
tqdm>=4.65.0
|
| 44 |
+
numba>=0.56.0
|
| 45 |
+
firebase-admin==6.7.0
|
| 46 |
+
python-socketio==5.12.1
|
| 47 |
+
python-engineio==4.11.2
|
| 48 |
+
simple-websocket==1.1.0
|
| 49 |
+
wsproto==1.2.0
|
| 50 |
+
h11==0.14.0
|
| 51 |
+
bidict==0.23.1
|
| 52 |
+
google-generativeai==0.1.0rc1
|
| 53 |
+
requests==2.31.0
|
| 54 |
+
python-dotenv==1.0.0
|
| 55 |
+
gunicorn==21.2.0
|
| 56 |
+
gevent==23.9.1
|
| 57 |
+
gevent-websocket==0.10.1
|
| 58 |
+
python-multipart==0.0.6
|
| 59 |
+
pydub==0.25.1
|
| 60 |
+
resampy==0.4.2
|
| 61 |
+
audioread==3.0.1
|