Abs6187 commited on
Commit
e179b74
·
verified ·
1 Parent(s): 25cf2e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -40
README.md CHANGED
@@ -1,40 +1,10 @@
1
- # Combined Helmet Detection and Number Plate OCR
2
-
3
- This Hugging Face Space combines two powerful applications:
4
- 1. Helmet Detection Model (originally by Abs6187)
5
- 2. Number Plate OCR (originally by Vihang28)
6
-
7
- ## Features
8
- - Real-time helmet detection in images
9
- - Number plate detection and text extraction
10
- - User-friendly interface with side-by-side operation
11
- - Independent functioning of both models
12
-
13
- ## How to Use
14
- 1. Open the application in your browser
15
- 2. For Helmet Detection:
16
- - Upload an image to the left panel
17
- - Click "Detect Helmet"
18
- - View results in the output panel
19
- 3. For Number Plate OCR:
20
- - Upload an image to the right panel
21
- - Click "Detect Number Plate"
22
- - View the detected plate and extracted text
23
-
24
- ## Local Setup
25
- 1. Clone this repository
26
- 2. Install dependencies:
27
- ```bash
28
- pip install -r requirements.txt
29
- ```
30
- 3. Run the application:
31
- ```bash
32
- python app.py
33
- ```
34
-
35
- ## Credits
36
- - Original Helmet Detection Model: [Abs6187/Helmet-Detect-model](https://huggingface.co/spaces/Abs6187/Helmet-Detect-model)
37
- - Original Number Plate OCR: [Vihang28/Number_plate_OCR](https://huggingface.co/spaces/Vihang28/Number_plate_OCR)
38
-
39
- ## License
40
- This project maintains the original licenses of both constituent projects.
 
1
+ ---
2
+ license: mit
3
+ title: ' Helmet_Detection_OCR_ANPR'
4
+ sdk: gradio
5
+ emoji: 🌍
6
+ colorFrom: yellow
7
+ colorTo: yellow
8
+ thumbnail: >-
9
+ https://cdn-uploads.huggingface.co/production/uploads/651bfdb7164539754da51704/EMsp-wyEPULTGAS3KRbDT.png
10
+ ---