DHEIVER commited on
Commit
2fc0391
·
verified ·
1 Parent(s): 959324b

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio==4.10.0
2
+ sentence-transformers==2.2.2
3
+ numpy==1.24.3
4
+ matplotlib==3.7.1
5
+ wordcloud==1.9.2
6
+ seaborn==0.12.2
7
+ pandas==2.0.3
8
+ torch==2.1.0
9
+ transformers==4.35.2
10
+ scikit-learn==1.3.2
11
+ tqdm==4.66.1
12
+ nltk==3.8.1