Shakir60 commited on
Commit
b26b149
·
verified ·
1 Parent(s): 83437a6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -12
requirements.txt CHANGED
@@ -1,12 +1,10 @@
1
- transformers
2
- gradio
3
- gtts
4
- pyttsx3
5
- SpeechRecognition
6
- faiss-cpu
7
- elasticsearch
8
- paho-mqtt
9
- requests
10
- scikit-learn
11
- tensorflow
12
- keras
 
1
+ streamlit==1.31.0
2
+ torch==2.2.0
3
+ transformers==4.37.0
4
+ Pillow==10.2.0
5
+ pandas==2.2.0
6
+ langchain==0.1.0
7
+ langchain-community==0.0.16
8
+ faiss-cpu==1.7.4
9
+ huggingface-hub>=0.19.4
10
+ sentence-transformers>=2.2.2