Powered by YOLO26 & Machine Learning
Detect cars and number plates in images with AI
Try the DemoDrop a JPG image or click to select
This is a demonstration of a custom-trained YOLO26 object detection model built to identify cars and number plates in images. The model was trained on 500+ hill climb and street car photographs captured at various UK motorsport events.
Why YOLO26? It's the latest version of the YOLO series, offering:
This project demonstrates a complete MLOps pipeline:
500 images labelled in Label Studio with bounding boxes for cars and number plates.
YOLO26 fine-tuned on custom dataset. Achieved strong accuracy on diverse car photos.
FastAPI backend serving predictions. Scalable and production-ready.
Docker deployment. Easy to run anywhere: laptop, cloud, edge devices.
AWS Lambda + S3 + CloudFront. Serverless, scalable, cost-effective (£2/month).
Single-page web app. Users upload images, get instant detections with confidence scores.
Dataset: 500 labelled images (hill climb + street cars)
Classes: Car, Number Plate
Training Time: ~20 minutes (M1 Pro)
Inference Speed: ~50-100ms per image
Model Size: 50MB
GitHub: View the source code
Blog: Read the full writeup
Twitter: Follow for updates