Test-Dolphin-PDF / requirements.txt
raksama19's picture
Update requirements.txt
d406389 verified
raw
history blame
460 Bytes
# Requirements for HuggingFace Spaces deployment
# Optimized for NVIDIA T4 GPU environment
# Core dependencies
torch>=2.1.0
torchvision>=0.16.0
transformers>=4.47.0
accelerate>=1.6.0
# Image processing
pillow>=9.3.0
opencv-python-headless>=4.8.0
numpy>=1.24.0
# PDF processing
pymupdf>=1.26.0
# Gradio and web interface
gradio>=5.36.0
# Text processing and markdown
markdown>=3.0.0
python-markdown-math>=0.8
omegaconf>=2.3.0
# Model utilities
timm>=0.5.4