404Brain-Not-Found-yeah
commited on
Commit
•
cfbff29
1
Parent(s):
2b50d6d
Upload requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit>=1.24.0
|
2 |
+
numpy>=1.23.5
|
3 |
+
pandas>=1.5.3
|
4 |
+
scikit-learn>=1.2.2
|
5 |
+
soundfile>=0.12.1
|
6 |
+
joblib>=1.2.0
|
7 |
+
audioread>=3.0.0
|
8 |
+
numba>=0.56.4
|
9 |
+
librosa>=0.10.0
|
10 |
+
huggingface_hub>=0.16.4
|
11 |
+
python-dotenv>=1.0.0
|
12 |
+
cffi>=1.15.1
|
13 |
+
typing-extensions>=4.4.0
|
14 |
+
scipy>=1.10.1
|