Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
|
@@ -1,12 +1,16 @@
|
|
| 1 |
-
# Backend
|
| 2 |
flask
|
| 3 |
transformers
|
| 4 |
torch
|
| 5 |
pytesseract
|
| 6 |
pdf2image
|
| 7 |
python-docx
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
-
# Frontend
|
| 10 |
gradio
|
| 11 |
requests
|
| 12 |
python-dotenv
|
|
|
|
| 1 |
+
# Backend dependencies
|
| 2 |
flask
|
| 3 |
transformers
|
| 4 |
torch
|
| 5 |
pytesseract
|
| 6 |
pdf2image
|
| 7 |
python-docx
|
| 8 |
+
pandas
|
| 9 |
+
openpyxl
|
| 10 |
+
xlrd
|
| 11 |
+
Pillow
|
| 12 |
|
| 13 |
+
# Frontend
|
| 14 |
gradio
|
| 15 |
requests
|
| 16 |
python-dotenv
|