File size: 418 Bytes
0dc2352
96d91c7
0dc2352
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Core AI/ML Dependencies
unsloth
torch>=2.0.0
torchvision>=0.15.0
torchaudio>=2.0.0
transformers>=4.36.0
accelerate>=0.24.0
huggingface-hub>=0.19.0

# OCR Dependencies
easyocr>=1.7.0
pytesseract>=0.3.10
opencv-python>=4.8.0
Pillow>=10.0.0

# Web Interface
gradio>=4.8.0
ipywidgets>=8.1.0

# Utilities
numpy>=1.24.0
psutil>=5.9.0
GPUtil>=1.4.0
python-dateutil>=2.8.0

# Optional: For enhanced functionality
timm>=0.9.0