Spaces:
Sleeping
Sleeping
Rahulk2197
commited on
Commit
•
3c4d76d
1
Parent(s):
5d5d275
Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
-
librosa
|
2 |
-
numpy==1.26.4
|
3 |
-
SpeechRecognition==3.10.4
|
4 |
-
pyAudioAnalysis
|
5 |
-
streamlit
|
6 |
-
soundfile
|
7 |
-
tensorflow
|
8 |
-
scikit-learn
|
9 |
-
pandas
|
|
|
|
1 |
+
librosa
|
2 |
+
numpy==1.26.4
|
3 |
+
SpeechRecognition==3.10.4
|
4 |
+
pyAudioAnalysis
|
5 |
+
streamlit
|
6 |
+
soundfile
|
7 |
+
tensorflow
|
8 |
+
scikit-learn
|
9 |
+
pandas
|
10 |
+
hmmlearn
|