This document summarizes an automatic number plate recognition system developed by researchers. The system uses image processing and optical character recognition techniques to detect vehicle license plates in images and videos in real-time, extract the characters, and recognize them without requiring additional sensors beyond a standard video camera. The system first performs preprocessing like blurring and thresholding to isolate the license plate. It then segments the characters and recognizes them using a mean squared error approach. The researchers achieved successful license plate detection and character recognition on real images according to their tests. They discuss expanding the system for traffic management applications and using deep learning for improved accuracy.