Spaces:
Sleeping
Sleeping
arithescientist
commited on
Commit
•
b2c8113
1
Parent(s):
0751294
Upload requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|