Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
opencv-python
|
2 |
+
langchain
|
3 |
+
langchain-openai
|
4 |
+
langchain_google_genai
|
5 |
+
langchain-community
|
6 |
+
python-dotenv
|
7 |
+
pyaudio
|
8 |
+
soundfile
|
9 |
+
SpeechRecognition
|
10 |
+
SpeechRecognition[whisper-local]
|