GitHunt
AK

The project "FastRec" is a Vehicle Liscence Plate Recognition system. It detects the liscense plate of a vehicle from an Image, and then extracts it into Text format as shown in demo. First it reads the Image in Grayscale and Blur. Then the bilateral filter is applied and the edged are found for localization. Later, we find the Contours and apply Mask. Finally used Easy OCR to read text and Renders the result.

FastRec

๐Ÿ“œ Description:

The project "FastRec" is a Vehicle Liscence Plate Recognition system. It detects the liscense plate of a vehicle from an Image, and then extracts it into Text format as shown in demo. First it reads the Image in Grayscale and Blur. Then the bilateral filter is applied and the edged are found for localization. Later, we find the Contours and apply Mask. Finally used Easy OCR to read text and Renders the result.

๐Ÿ“ฝ Sample Demo:

download (4)

๐Ÿ— Built With:

  • Python.
  • Jupyter Notebook.
  • easyocr.
  • OpenCV.

๐Ÿ’ฅ How to Contribute?

PRs Welcome
Open Source Love svg2

  • Take a look at the Existing Issues or create your own Issues!
  • Wait for the Issue to be assigned to you after which you can start working on it.
  • Fork the Repo and create a Branch for any Issue that you are working upon.
  • Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
  • Add Screenshots to help me know what this Code is all about.

๐Ÿ‘ฆ Developed By:

Akash Ramjyothi

ย ย ย ย  ย ย ย ย  ย ย ย ย  โ˜Ž๏ธ PH:+91 8939928002.

๐ŸŒ References Used:

Akash-Ramjyothi/FastRec | GitHunt