Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.22.0
|
2 |
+
opencv-python-headless==4.5.5.64
|
3 |
+
openai==0.27.0
|
4 |
+
python-dotenv==0.19.2
|
5 |
+
langchain==0.0.184
|
6 |
+
langchain-openai==0.0.2
|
7 |
+
langchain-google-genai==0.0.4
|
8 |
+
PyAudio==0.2.11
|
9 |
+
SpeechRecognition==3.8.1
|
10 |
+
Pillow==9.3.0
|
11 |
+
requests==2.26.0
|