πŸš— Egyptian License Plate Detection (YOLOv5)

PyPI Author License

πŸ“Œ Model Overview

This YOLOv5 checkpoint has been fine-tuned on localized vehicle imagery for high-precision License Plate Detection (ALPR) across Egyptian roads, gates, and parking checkpoints.


⚑ Quick Start with PyTorch Hub

import torch
from huggingface_hub import hf_hub_download

# 1. Download weights from Hugging Face Hub
model_path = hf_hub_download(repo_id="moshabann/yolov5-alpr-egypt", filename="detection_best.pt")

# 2. Load custom YOLOv5 model
model = torch.hub.load('ultralytics/yolov5', 'custom', path=model_path)

# 3. Perform inference
results = model('car_sample.jpg')

# 4. View results
results.print()
results.show()

πŸš€ Complete OCR Pipeline

For complete alphanumeric text extraction and 14-digit National ID decoding:

pip install robovai-ocr

πŸ‘¨β€πŸ’» Maintainer

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Collection including moshabann/yolov5-alpr-egypt