Spaces:
Sleeping
Sleeping
Prathamesh1420
commited on
Commit
•
f79ceb3
1
Parent(s):
99b56c0
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.25.0
|
2 |
+
pyttsx3==2.90
|
3 |
+
SpeechRecognition==3.10.0
|
4 |
+
playsound==1.3.0
|
5 |
+
tensorflow==2.13.0
|
6 |
+
numpy==1.24.3
|
7 |
+
librosa==0.10.0.post2
|
8 |
+
matplotlib==3.7.2
|
9 |
+
seaborn==0.12.2
|