This Code has been modified for recognizing Indian Number Plates. The Indian Number plate has certain constraints which can utilised different models which can be separately used to recognize the characters from the plate. Also, it is necessary to perform pre-processing on the image in order to boost the accuracy. Hough transform is used for skew correction. The images are trained for 128x128 for digits dataset, first letter dataset and second letter dataset, and 80x80 for characters dataset.
I would like to thank quangnhat185 for the blogs Part2 , Part3.