Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.34.0
|
2 |
+
langchain==0.2.0
|
3 |
+
openai-whisper==20231117
|
4 |
+
pygame==2.5.2
|
5 |
+
gtts==2.5.1
|
6 |
+
pyaudio==0.2.14
|
7 |
+
python-dotenv==1.0.1
|
8 |
+
langchain-groq==0.1.4
|
9 |
+
scipy==1.13.1
|
10 |
+
ffmpeg-python==0.2.0
|