Skip to content

sebastiantare/demo-yolov8-license-number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YoloV8 Car Plate Number detection

This is a demo project that uses Yolov8 for license plate detection, cv2 for processing, easyocr for number detection and Flask to do a psudo-streaming of the processed frames to the website.

I'm using Yolov8 default model for car detection, easyocr and a model I trined myself using Chilean car plates datasets from roboflow.

You can find the model here: https://github.com/sebastiantare/demo-yolov8-license-number/blob/main/src/model/best.pt

Install

python -m venv env
source env/bin/activate
pip install -r requirements
cd src
python app.py

Open: http://localhost:5000

About

Car license plate number detection and pseudo-streaming with Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published