ikraamkb commited on
Commit
64378dc
·
verified ·
1 Parent(s): 29f9ae5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -12
requirements.txt CHANGED
@@ -1,18 +1,17 @@
 
1
  fastapi
2
  uvicorn
3
- transformers
4
  torch
5
- pdfplumber
6
- python-docx
7
- openpyxl
8
- pytesseract
9
  pillow
10
- easyocr
 
11
  python-pptx
12
- gradio
13
- seaborn
14
- onnxruntime
15
- onnxruntime-tools
16
- sentencepiece
17
  tika
18
- pymupdf
 
 
 
 
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