File size: 634 Bytes
4f48264 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
# 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 |