felipedutrain commited on
Commit
c8976e6
Β·
verified Β·
1 Parent(s): 9a9fce2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -13
README.md CHANGED
@@ -1,32 +1,35 @@
1
  ---
2
  license: mit
3
  tags:
4
- - YOLO
5
- - YOLOv11
6
- - license-plate
7
- - brazil
8
- - computer-vision
9
- - OCR
10
- - automatic-license-plate-recognition
11
  ---
 
12
  ![YOLOv11](https://img.shields.io/badge/YOLO-v11-blue)
13
  ![Brazil Plates](https://img.shields.io/badge/Plates-Brazil-green)
14
  ![License](https://img.shields.io/badge/License-MIT-orange)
15
  ![Hugging Face](https://img.shields.io/badge/πŸ€—%20Hugging%20Face-Model-yellow)
16
 
17
- **Felipe Dutra** πŸ‡§πŸ‡·
 
18
  Machine Learning & Computer Vision Developer
19
- Hugging Face: https://huggingface.co/felipedutrain
20
- GitHub: [FelipeSales18](https://github.com/FelipeSales18)
21
 
 
22
 
23
  # πŸ‡§πŸ‡· Brazilian License Plate Detector β€” YOLOv11 (Mercosul + Legacy)
24
 
25
  ## 🚘 About the Model
26
  This model is trained to detect **Brazilian vehicle license plates**, including:
27
 
28
- βœ… MERCOSUL format (ABC1D23)
29
- βœ… Legacy format (ABC-1234)
30
 
31
  It was trained using **YOLOv11 (Ultralytics)** and returns bounding boxes for license plates in images and videos.
32
 
@@ -40,7 +43,7 @@ It was trained using **YOLOv11 (Ultralytics)** and returns bounding boxes for li
40
 
41
  ## ⚑ Quick Inference
42
 
43
- ### Python
44
  ```python
45
  from ultralytics import YOLO
46
 
 
1
  ---
2
  license: mit
3
  tags:
4
+ - YOLO
5
+ - YOLOv11
6
+ - license-plate
7
+ - brazil
8
+ - computer-vision
9
+ - OCR
10
+ - automatic-license-plate-recognition
11
  ---
12
+
13
  ![YOLOv11](https://img.shields.io/badge/YOLO-v11-blue)
14
  ![Brazil Plates](https://img.shields.io/badge/Plates-Brazil-green)
15
  ![License](https://img.shields.io/badge/License-MIT-orange)
16
  ![Hugging Face](https://img.shields.io/badge/πŸ€—%20Hugging%20Face-Model-yellow)
17
 
18
+ ## πŸ‘¨β€πŸ’» Author
19
+ **Felipe Dutrain de Sales** πŸ‡§πŸ‡·
20
  Machine Learning & Computer Vision Developer
21
+ πŸ€— Hugging Face: https://huggingface.co/felipedutrain
22
+ πŸ™ GitHub: https://github.com/FelipeSales18
23
 
24
+ ---
25
 
26
  # πŸ‡§πŸ‡· Brazilian License Plate Detector β€” YOLOv11 (Mercosul + Legacy)
27
 
28
  ## 🚘 About the Model
29
  This model is trained to detect **Brazilian vehicle license plates**, including:
30
 
31
+ βœ… **MERCOSUL format** (ABC1D23)
32
+ βœ… **Legacy format** (ABC-1234)
33
 
34
  It was trained using **YOLOv11 (Ultralytics)** and returns bounding boxes for license plates in images and videos.
35
 
 
43
 
44
  ## ⚑ Quick Inference
45
 
46
+ ### βœ… Python
47
  ```python
48
  from ultralytics import YOLO
49