SoooSlooow commited on
Commit
fef9c74
1 Parent(s): d1ef404

add requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ nltk~=3.8.1
2
+ pymorphy2~=0.9.1
3
+ numpy~=1.24.2
4
+ pandas~=1.5.3
5
+ torch~=1.13.1
6
+ tqdm~=4.64.1
7
+ matplotlib~=3.7.0
8
+ gensim~=4.3.0
9
+ sklearn~=0.0.post1
10
+ scikit-learn~=1.2.1
11
+ transformers~=4.26.1
12
+ gradio~=3.18.0