Update README.md
Browse files
README.md
CHANGED
@@ -1,40 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
-
|
10 |
-
|
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 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|