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

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
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