fiona10 commited on
Commit
98757c7
1 Parent(s): 1f17e4c

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -0
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ nltk==3.6.2
2
+ pandas==1.3.3
3
+ spacy==3.1.3
4
+ googletrans==4.0.0-rc1
5
+ tensorflow==2.7.0
6
+ transformers==4.11.3