CoolFace
Apppublic

S-Kavin-Raj/Helmet-Detection

sourceHugging Faceupdated 9mo agoView on Hugging Face
1likes
README.md23 linesDownload Raw Back to root
1---2title: Helmet Detection3emoji: ๐ŸŒ–4colorFrom: blue5colorTo: indigo6sdk: docker7app_port: 78608---9 10# Helmet Detection AI11 12This is a deep learning application that detects whether motorcycle riders are wearing helmets.13 14## Features15- **Image Upload**: Analyze individual images.16- **Video Analysis**: Process video files.17- **Webcam**: Real-time detection.18 19## Tech Stack20- **Backend**: Flask (Python)21- **Model**: YOLOv8 (Ultralytics)22- **Frontend**: HTML/JS/CSS23