ocr-entropy / requirements.txt
ryandt's picture
Update requirements.txt
5a34ce5 verified
raw
history blame contribute delete
595 Bytes
# OCR Confidence Visualization - Gradio Dependencies
# Gradio UI
gradio>=4.0.0
# HuggingFace Spaces (ZeroGPU support)
spaces
# PyTorch + CUDA
torch==2.6.0
torchvision
# Transformers + Qwen VL
transformers==4.57.3
qwen-vl-utils
huggingface_hub
# Attention + Acceleration
flash-attn @ https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.3/flash_attn-2.7.3+cu12torch2.6cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
git+https://github.com/huggingface/accelerate.git
git+https://github.com/huggingface/peft.git
transformers-stream-generator
# Image processing
Pillow
sentencepiece