requirements.txt
Browse filespdfminer3
pyresparser
streamlit
pandas
pafy
plotly
pymysql
streamlit-tags
Pillow
youtube-dl
nltk
pdfminer3
spacy==2.3.5
- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pdfminer3
|
2 |
+
pyresparser
|
3 |
+
streamlit
|
4 |
+
pandas
|
5 |
+
pafy
|
6 |
+
plotly
|
7 |
+
pymysql
|
8 |
+
streamlit-tags
|
9 |
+
Pillow
|
10 |
+
youtube-dl
|
11 |
+
nltk
|
12 |
+
pdfminer3
|
13 |
+
spacy==2.3.5
|