chibuzordev commited on
Commit
9405e96
·
verified ·
1 Parent(s): be9d966

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -11
requirements.txt CHANGED
@@ -1,12 +1,13 @@
1
- gradio
2
- faiss-cpu
3
- sentence-transformers>=2.2.2
4
- scikit-learn>=1.1.3
5
- numpy>=1.24.3
6
- matplotlib>=3.7.1
7
- scipy>=1.11.1
8
- pandas>=2.0.1
9
- nlpaug>=1.1.10
10
- nltk>=3.8.1
11
- torch>=2.0.1
 
12
  transformers>=4.32.0
 
1
+ gradio
2
+ streamlit
3
+ faiss-cpu
4
+ sentence-transformers>=2.2.2
5
+ scikit-learn>=1.1.3
6
+ numpy>=1.24.3
7
+ matplotlib>=3.7.1
8
+ scipy>=1.11.1
9
+ pandas>=2.0.1
10
+ nlpaug>=1.1.10
11
+ nltk>=3.8.1
12
+ torch>=2.0.1
13
  transformers>=4.32.0