File size: 440 Bytes
12f2295
 
 
c57fdf3
12f2295
c57fdf3
12f2295
c57fdf3
 
 
12f2295
c57fdf3
 
 
 
12f2295
c57fdf3
12f2295
 
 
 
 
c57fdf3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Core
streamlit==1.36.0
python-dotenv==1.0.1
pandas==2.2.2

# AI & Vision - Google
google-generativeai==0.7.1

# AI & Vision - Hugging Face (for T4 GPU with CUDA 12.1)
--extra-index-url https://download.pytorch.org/whl/cu121
torch==2.3.1
transformers==4.42.3
accelerate==0.31.0
bitsandbytes==0.43.1
sentencepiece==0.2.0

# OCR (as a potential fallback or utility)
paddleocr==2.7.3
paddlepaddle==2.6.1

# Utils
numpy==1.26.4
Pillow==10.3.0