Debmalya commited on
Commit
fe69a03
·
1 Parent(s): 7f42b7f
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ torch==1.7.1
2
+ pycaret==2.3.1
3
+ jinja2==2.11.3
4
+ markupsafe==2.0.1
5
+ numpy==1.19.1
6
+ plotly==4.14.3
7
+ streamlit>=0.76.0
8
+ spacy==3.0.0
9
+ transformers==4.3.2
10
+ en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.0.0/en_core_web_sm-3.0.0.tar.gz
11
+