ikraamkb commited on
Commit
1ad77d3
·
verified ·
1 Parent(s): df3d859

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -10
requirements.txt CHANGED
@@ -1,17 +1,16 @@
1
  fastapi
2
  uvicorn
3
- gradio
4
- torch
5
- torchvision
6
  transformers
7
- Pillow
8
- numpy
9
- tqdm
10
- pytesseract
11
  pdfplumber
12
  python-docx
13
- python-pptx
14
  openpyxl
15
- fitz # PyMuPDF
16
- tika
17
  easyocr
 
 
 
 
 
 
 
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>=4.30.0
13
+ gradio_client>=0.10.0
14
+ seaborn
15
+ pymupdf # alias de fitz
16
+ tika