Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +11 -12
requirements.txt
CHANGED
@@ -1,18 +1,17 @@
|
|
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
-
|
4 |
torch
|
5 |
-
|
6 |
-
|
7 |
-
openpyxl
|
8 |
-
pytesseract
|
9 |
pillow
|
10 |
-
|
|
|
11 |
python-pptx
|
12 |
-
|
13 |
-
seaborn
|
14 |
-
onnxruntime
|
15 |
-
onnxruntime-tools
|
16 |
-
sentencepiece
|
17 |
tika
|
18 |
-
|
|
|
|
|
|
|
|
1 |
+
# Core Libraries
|
2 |
fastapi
|
3 |
uvicorn
|
4 |
+
gradio
|
5 |
torch
|
6 |
+
transformers
|
7 |
+
torchvision
|
|
|
|
|
8 |
pillow
|
9 |
+
numpy
|
10 |
+
openpyxl
|
11 |
python-pptx
|
12 |
+
pymupdf # PyMuPDF for PDF processing
|
|
|
|
|
|
|
|
|
13 |
tika
|
14 |
+
easyocr
|
15 |
+
|
16 |
+
# Force Model Download (Add these)
|
17 |
+
huggingface_hub
|