Viper51 commited on
Commit
78fc224
·
verified ·
1 Parent(s): 61de5fc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -11
requirements.txt CHANGED
@@ -1,11 +1,9 @@
1
- langchain==0.2.14
2
- langchain-core==0.2.39
3
- langchain-google-genai==1.0.9
4
- google-generativeai==0.7.2
5
- PyPDF2==3.0.1
6
- gTTS==2.5.1
7
- SpeechRecognition==3.10.4
8
- pydantic==2.8.2
9
- streamlit==1.36.0
10
- streamlit-mic-recorder==0.0.7
11
- ffmpeg-python==0.2.0
 
1
+
2
+ streamlit
3
+ google-generativeai>=0.8.0
4
+ langchain-google-genai>=1.0.5
5
+ PyPDF2
6
+ pydantic
7
+ gtts
8
+ SpeechRecognition
9
+ streamlit-mic-recorder