harao-ml commited on
Commit
5f942cf
·
verified ·
1 Parent(s): 24cf91c

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # requirements.txt file to install app dependencies
2
+ pandas
3
+ transformers
4
+ torch
5
+ newspaper3k
6
+ nltk
7
+ scikit-learn
8
+ numpy
9
+ requests
10
+ gradio
11
+ lxml_html_clean