Skip to content

splithor1zon/license-plate-detection-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vehicle License Plate Recognition Using Convolutional Neural Network

About The Project

This work illustrates a design and development of an efficient Automatic number plate recognition system (ANPR), using image processing and deep learning techniques. The work focuses on the deep learning SSD MobNet model, which will be used to detect the number plate of the vehicle. We utilized two different sequential convolutional neural networks that are smart enough to recognize plates characters. Moreover, it is shown that with variations of pretrained architectures, one can obtain the desired trade-off between complexity and accuracy, and SSD MobeNet v2 and a simple CNN model can obtain the desired results with satisfying cost and accuracy.

Datasets

In this work, we utilized two publicly available datasets from Kaggle.

Installations

All installation instructions for libraries are in the code notebook. You can use Jupyter Notebook.

Acknowledgments

This project was inspired by RealTime Object Detection and AI based indian license plate detection