Spaces:
Running
Running
Ari
commited on
Update requirements.txt
Browse files- requirements.txt +16 -13
requirements.txt
CHANGED
@@ -1,13 +1,16 @@
|
|
1 |
-
gradio
|
2 |
-
gTTS
|
3 |
-
fpdf
|
4 |
-
pdfminer.six
|
5 |
-
pdf2image
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
gTTS
|
3 |
+
fpdf
|
4 |
+
pdfminer.six
|
5 |
+
pdf2image
|
6 |
+
tesseract
|
7 |
+
bert-extractive-summarizer
|
8 |
+
sacremoses
|
9 |
+
pdfkit
|
10 |
+
nltk
|
11 |
+
yake
|
12 |
+
#tesseract-ocr
|
13 |
+
pytesseract
|
14 |
+
transformers
|
15 |
+
torch
|
16 |
+
python-docx
|