File size: 1,770 Bytes
8d66bec
 
ed2ba2b
 
 
 
58d3ed8
 
 
938f6c0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
37
38
39
40
41
42
43
44
45
46
47
48
49
---
license: apache-2.0
language:
- en
tags:
- code
- huggingface
---

# Real-Time Detection of Helmet Violations and Capturing Bike Numbers from Number Plates

## Introduction

The real-time detection of helmet violations and capturing bike numbers from number plates is a comprehensive project that aims to enhance road safety by addressing two critical aspects:

1. **Helmet Violation Detection**: This component of the project focuses on identifying motorcycle riders who are not wearing helmets. It uses computer vision techniques to analyze real-time camera feeds and instantly alerts authorities when a violation is detected.

2. **Capturing Bike Numbers**: The second component involves recognizing number plates and extracting number plate information from vehicles in real-time. This feature is valuable for law enforcement.

## Table of Contents

- [Helmet Missing Detection](#helmet-missing-detection)
- [Capturing Bike Numbers](#capturing-bike-numbers)

## Helmet Missing Detection

The helmet missing detection module uses computer vision techniques to:

- Detect faces and riders on motorcycles.
- Determine whether the rider is wearing a helmet.
- Trigger alerts or notifications when a violation is detected.

## Capturing Bike Numbers

The number plate recognition module uses Optical Character Recognition (OCR) techniques to:

- Detect number plates on vehicles.
- Recognize the characters and display the number plate information in real-time.

## Dataset
-Acquired a comprehensive dataset from online sources containing 120 images with complete rider information, including the rider, helmet presence, and visible number plate and annotated it.

## Archietecture Used
- YOLO
- PaddleOcr

### If you find this project useful, kindly give it a like