Spaces:
Runtime error
Runtime error
Commit
·
0c0e944
1
Parent(s):
9b2fb3c
Upload requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
flask_cors==3.0.9
|
2 |
+
Flask==2.1.2
|
3 |
+
Flask-DebugToolbar==0.11.0
|
4 |
+
gunicorn==20.0.4
|
5 |
+
fpdf
|
6 |
+
pdf2image
|
7 |
+
tesseract
|
8 |
+
bert-extractive-summarizer
|
9 |
+
sacremoses
|
10 |
+
pdfkit
|
11 |
+
nltk
|
12 |
+
yake
|
13 |
+
#tesseract-ocr
|
14 |
+
pytesseract
|
15 |
+
transformers
|
16 |
+
torch
|