File size: 460 Bytes
ea282f7
 
 
3442c33
ea282f7
 
 
 
 
 
 
 
 
 
 
6265217
ea282f7
 
 
 
 
81761c2
a48ca23
ea282f7
81761c2
ea282f7
 
40fa0d9
3058a53
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Core Requirements
fastapi==0.109.1
uvicorn==0.27.0
python-multipart>=0.0.9  # ✅ upgraded to match gradio requirements

# Document Processing
PyMuPDF==1.23.25
python-docx==0.8.11
openpyxl==3.1.2
python-pptx==0.6.23

# Image Processing
Pillow==10.2.0
easyocr==1.7.1
numpy==1.26.3
nltk
# ML/NLP Models
transformers==4.38.2
torch==2.2.1
sentencepiece==0.2.0
tokenizers==0.15.1

# Text-to-Speech
gTTS==2.4.0

# Gradio Interface
gradio==4.19.1
easyocr 
gtts
fpdf