Upload requirements.txt
Browse files- requirements.txt +39 -0
requirements.txt
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core Deep Learning Frameworks
|
| 2 |
+
torch>=2.0.0
|
| 3 |
+
torchvision>=0.15.0
|
| 4 |
+
transformers>=4.46.0
|
| 5 |
+
|
| 6 |
+
# Computer Vision & Detection
|
| 7 |
+
ultralytics>=8.3.0
|
| 8 |
+
opencv-python>=4.8.0
|
| 9 |
+
|
| 10 |
+
# Vision-Language Models
|
| 11 |
+
open-clip-torch>=2.26.0
|
| 12 |
+
qwen-vl-utils>=0.0.8
|
| 13 |
+
|
| 14 |
+
# OCR & Text Processing
|
| 15 |
+
easyocr>=1.7.0
|
| 16 |
+
opencc-python-reimplemented>=0.1.7
|
| 17 |
+
|
| 18 |
+
# Image Processing
|
| 19 |
+
Pillow>=10.0.0
|
| 20 |
+
|
| 21 |
+
# Scientific Computing
|
| 22 |
+
numpy>=1.24.0
|
| 23 |
+
scipy>=1.10.0
|
| 24 |
+
|
| 25 |
+
# Web Interface
|
| 26 |
+
gradio>=4.40.0
|
| 27 |
+
|
| 28 |
+
# Utilities
|
| 29 |
+
rapidfuzz>=3.0.0
|
| 30 |
+
requests>=2.31.0
|
| 31 |
+
|
| 32 |
+
# Hugging Face Spaces ZeroGPU Support
|
| 33 |
+
spaces>=0.28.0
|
| 34 |
+
|
| 35 |
+
# Accelerate for optimized model loading
|
| 36 |
+
accelerate>=0.27.0
|
| 37 |
+
|
| 38 |
+
# Optional: for better performance
|
| 39 |
+
einops>=0.7.0
|