liberatoratif commited on
Commit
a63d74a
1 Parent(s): f95d293

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ docx2txt==0.8
2
+ numpy==1.23.3
3
+ pandas==2.0.2
4
+ plotly==5.13.0
5
+ spacy==3.5.3
6
+ streamlit==1.17.0
7
+ torch==2.0.0
8
+ transformers==4.27.1
9
+ en-core-web-lg @ https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.5.0/en_core_web_lg-3.5.0-py3-none-any.whl
10
+ scikit-learn==1.2.2