Abdelrahmann121 commited on
Commit
bf51a73
·
verified ·
1 Parent(s): 9a56f4e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -8
requirements.txt CHANGED
@@ -1,9 +1,12 @@
1
  streamlit>=1.49.1
2
- transformers>=4.21.0
3
- datasets>=2.0.0
4
- sentence-transformers>=2.2.0
5
- torch>=1.12.0
6
- faiss-cpu>=1.7.0
7
- numpy>=1.21.0
8
- scikit-learn>=1.1.0
9
- pandas>=1.4.0
 
 
 
 
1
  streamlit>=1.49.1
2
+ transformers>=4.35.0
3
+ datasets>=2.18.0
4
+ sentence-transformers>=2.3.0
5
+ torch>=2.0.1
6
+ faiss-cpu>=1.7.4
7
+ numpy>=1.25.0
8
+ scikit-learn>=1.3.0
9
+ pandas>=2.1.0
10
+ librosa>=0.10.0
11
+ gTTS>=2.3.0
12
+ audio-recorder-streamlit>=0.1.7