Objective
Generate automatic Red Light Violation Tickets for Indian License Plate by detecting the License Numbers using Computer Vision.
Description


Once the license plate region has been identified, the cropped image is passed to the custom trained OCR model to extract out its license number.
This data is stored in Mongo DB, along with image ID, creation datetime. this information is passed to the city traffic police department, who handles the endpoint of issuing the violation tickets to the home address of the violators.
Technology Stack
Python, C++, CNN, LSTM, CTC, YOLO, Object Detection, OCR, CV2, Mongo DB
Github Link
Click Here to see the code. This is not the full code, but just a module representation