LeoBogod22 / license-plate-recognition

"MORE THAN LICENSE PLATE RECOGNITION!" This project provides prediction for brand, color and year of the vehicles with OpenCV and OpenALPR API.

Home Page:https://www.youtube.com/watch?v=79MWFko1hUA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

license plate recognition

VEHICLE RECOGNITION , LICENSE PLATE , Brand , YEAR AND MORE!

This project focuses on "Vechicle recognition , using opencv , skit image using openalpr API
The entire video with demonstation of each and every part (in realtime) is available in my YouTube Channel Leo Bogod Youtube Channel

OpenALPR API and OpenCV is used as a base for object recogntion on this project, more info can be found on this repo.***






This project has more features than just licenes plate detection, here are some additional feautres

  • Recognition of approximate vehicle color
  • Recognition of approximate vehicle brand
  • Recognition of approximate vehicle year
  • Import all images from folder making it easy to analyze multiple images at once Prediction of approximate vehicle size height and length

ToDos:

  • More powerful detection models will be shared.
  • Make the algorithm work with video instead of picture only
  • Code cleanup will be performed.

Theory

System Architecture

  • Vehicle color prediction has been developed using OpenCV via K-Nearest Neighbors Machine Learning Classification Algorithm is Trained Color Histogram Features, see for more info.

  • License plate extraction was created with openCV and East Text recogntion Library + pyteseract for converting image to string.

About

"MORE THAN LICENSE PLATE RECOGNITION!" This project provides prediction for brand, color and year of the vehicles with OpenCV and OpenALPR API.

https://www.youtube.com/watch?v=79MWFko1hUA


Languages

Language:Python 100.0%