| # Core Deep Learning Frameworks | |
| torch>=2.0.0 | |
| torchvision>=0.15.0 | |
| transformers>=4.46.0 | |
| # Computer Vision & Detection | |
| ultralytics>=8.3.0 | |
| opencv-python>=4.8.0 | |
| # Vision-Language Models | |
| open-clip-torch>=2.26.0 | |
| qwen-vl-utils>=0.0.8 | |
| # OCR & Text Processing | |
| easyocr>=1.7.0 | |
| opencc-python-reimplemented>=0.1.7 | |
| # Image Processing | |
| Pillow>=10.0.0 | |
| # Scientific Computing | |
| numpy>=1.24.0 | |
| scipy>=1.10.0 | |
| # Web Interface | |
| gradio>=4.40.0 | |
| # Utilities | |
| rapidfuzz>=3.0.0 | |
| requests>=2.31.0 | |
| # Hugging Face Spaces ZeroGPU Support | |
| spaces>=0.28.0 | |
| # Accelerate for optimized model loading | |
| accelerate>=0.27.0 | |
| # Optional: for better performance | |
| einops>=0.7.0 | |