Automatic Number Plate Recognition or ANPR is the process of recognizing the characters of a number plate of a vehicle. The way I approached this problem is first the number plate is detected in the image using OpenCV. After that character recognition is done by using Pytesseract which is an OCR tool for python.
Requirements:
Python
Pillow
OpenCV
Pytesseract