Spaces:
Sleeping
Sleeping
| # 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 | |