Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dev-khant/car-number-plate-detection-and-extraction

Detection of Car number plate and extraction of number.
https://github.com/dev-khant/car-number-plate-detection-and-extraction

aws-textract docker flask heroku image-processing yolov4

Last synced: 25 days ago
JSON representation

Detection of Car number plate and extraction of number.

Awesome Lists containing this project

README

        

# 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](https://user-images.githubusercontent.com/57898986/178670670-2bafd8f5-83b0-49ed-8ff0-d25bd5cb3c88.png)

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

![Screenshot 2022-07-13 092916](https://user-images.githubusercontent.com/57898986/178671427-b81ad3e4-419d-45a1-a270-7242503bf7d2.png)