Object Detection
ultralytics
ONNX
Safetensors
helmet-detection
yolo
image-classification
cctv
anpr
india
Instructions to use vivekvar/helmet-v5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use vivekvar/helmet-v5 with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("vivekvar/helmet-v5") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
| @tailwind base; | |
| @tailwind components; | |
| @tailwind utilities; | |
| html, body, #root { height: 100%; margin: 0; } | |
| body { background:#0b0d10; color:#e6e8ea; font-family: system-ui,-apple-system,'Segoe UI',sans-serif; } | |
| /* Hand-drawn minimalist marks (no AI icons) */ | |
| .mark-dot { display:inline-block; width:8px; height:8px; border-radius:50%; } | |
| .mark-bar { display:inline-block; width:14px; height:2px; background:currentColor; } | |