Update README.md
Browse files
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 |

|
| 13 |

|
| 14 |

|
| 15 |

|
| 16 |
|
| 17 |
-
|
|
|
|
| 18 |
Machine Learning & Computer Vision Developer
|
| 19 |
-
Hugging Face: https://huggingface.co/felipedutrain
|
| 20 |
-
GitHub:
|
| 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 |

|
| 14 |

|
| 15 |

|
| 16 |

|
| 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 |
|