sohomghosh commited on
Commit
da62a59
•
1 Parent(s): 051cfcc

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ numpy==1.19.5
2
+ pandas==1.1.5
3
+ torch==1.10.0+cu111
4
+ transformers==4.15.0
5
+ nltk==3.2.5
6
+ sklearn==1.0.2
7
+ pickle==4.0
8
+ gradio==2.7.5.1