Spaces:
Sleeping
Sleeping
File size: 613 Bytes
12e6fed |
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 |
# Core ML and Computer Vision torch>=2.0.0 torchvision>=0.15.0 ultralytics>=8.0.0 transformers>=4.30.0 # Streamlit and Web Interface streamlit>=1.28.0 plotly>=5.15.0 # Image Processing and Utilities opencv-python-headless>=4.8.0 Pillow>=9.5.0 numpy>=1.23.0,<2.0.0 # Data Processing and Analysis pandas>=2.0.0 matplotlib>=3.3.0 seaborn>=0.11.0 # Additional Dependencies for YOLOv12-DINO PyYAML>=5.3.1 scipy>=1.4.1 tqdm>=4.64.0 psutil py-cpuinfo requests>=2.23.0 ultralytics-thop>=2.0.0 # Hugging Face Integration huggingface_hub # Optional: For enhanced performance on GPU # flash-attn>=2.7.0 # timm>=1.0.14 |