Spaces:
Runtime error
Runtime error
Commit
·
07c6381
1
Parent(s):
599ec5a
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy
|
2 |
+
torch
|
3 |
+
spacy
|
4 |
+
scikit-learn
|
5 |
+
transformers
|
6 |
+
sentencepiece
|
7 |
+
beautifulsoup4
|
8 |
+
nltk
|
9 |
+
PyPDF2
|
10 |
+
docx2txt
|
11 |
+
bert-extractive-summarizer
|