File size: 413 Bytes
33f1e5a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Core
gradio>=4.0.0
transformers>=4.40.0
torch>=2.1.0
accelerate>=0.27.0
sentencepiece>=0.2.0
bitsandbytes>=0.42.0

# Vision & image processing
Pillow>=10.0.0

# OCR options
paddleocr>=2.7.0.3
paddlepaddle>=2.5.2  # CPU build; change to paddlepaddle-gpu if GPU available
pytesseract>=0.3.10

# Utilities
numpy>=1.26.0
scipy>=1.11.0

# Optional (helps with performance and tokenizer issues)
protobuf>=4.25.0
regex