Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,42 @@ tags:
|
|
7 |
- huggingface
|
8 |
---
|
9 |
|
10 |
-
#
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
- huggingface
|
8 |
---
|
9 |
|
10 |
+
# Real-Time Detection of Helmet Violations and Capturing Bike Numbers from Number Plates
|
11 |
+
|
12 |
+
## Introduction
|
13 |
+
|
14 |
+
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:
|
15 |
+
|
16 |
+
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.
|
17 |
+
|
18 |
+
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.
|
19 |
+
|
20 |
+
## Table of Contents
|
21 |
+
|
22 |
+
- [Helmet Missing Detection](#helmet-missing-detection)
|
23 |
+
- [Capturing Bike Numbers](#capturing-bike-numbers)
|
24 |
+
|
25 |
+
## Helmet Missing Detection
|
26 |
+
|
27 |
+
The helmet missing detection module uses computer vision techniques to:
|
28 |
+
|
29 |
+
- Detect faces and riders on motorcycles.
|
30 |
+
- Determine whether the rider is wearing a helmet.
|
31 |
+
- Trigger alerts or notifications when a violation is detected.
|
32 |
+
|
33 |
+
## Capturing Bike Numbers
|
34 |
+
|
35 |
+
The number plate recognition module uses Optical Character Recognition (OCR) techniques to:
|
36 |
+
|
37 |
+
- Detect number plates on vehicles.
|
38 |
+
- Recognize the characters and display the number plate information in real-time.
|
39 |
+
|
40 |
+
## Dataset
|
41 |
+
-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.
|
42 |
+
|
43 |
+
## Archietecture Used
|
44 |
+
- YOLO
|
45 |
+
- PaddleOcr
|
46 |
+
|
47 |
+
### If you find this project useful, kindly give it a like
|
48 |
+
|