Skip to content

Dev-Khant/Car-Number-Plate-Detection-and-Extraction

Repository files navigation

Detect Car Number Plate & Extract the Number

This project is about detecting number plate of a car in an image and then extracting the number from the plate.
Tensorflow and OpenCV are used for training model and for image processing.

Model

Here model used for Object Detection is YOLOv4 from DarkNet. Used AWS Textract for extracting number from cropped image.
The accuracy achieved by YOLOv4 was 98.9%.

Deployment

Flask is used to develop Web App along with HTML and CSS. Have also used Docker to containerize flask app for deployment.
Dockerized flask app can be deployed on Heroku, AWS, Google Cloud, or Azure.

➤ In main page first we upload the image.

Screenshot 2022-07-13 092843

➤ On clicking Detect image will processed and the number will be extracted.

Screenshot 2022-07-13 092916

About

Detection of Car number plate and extraction of number.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages