Spaces:
Sleeping
Sleeping
- packages.txt +4 -0
- requirements.txt +8 -0
packages.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
build-essential
|
2 |
+
libasound-dev
|
3 |
+
portaudio19-dev
|
4 |
+
python3-pyaudio
|
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gTTS==2.3.1
|
2 |
+
playsound==1.3.0
|
3 |
+
# protobuf==3.12.4
|
4 |
+
SpeechRecognition==3.10.0
|
5 |
+
streamlit==1.24.0
|
6 |
+
google-generativeai
|
7 |
+
PyAudio
|
8 |
+
streamlit-webrtc
|