top of page
Student Branch
Software
Design an AI system that performs real-time detection of vehicle number plates. OBJECTIVES
● Train the CNN model with car images having number plates defined by bounding boxes in the desired format.
● Create the database to store the vehicle registration number identified by the model.
● Create a web application that takes images of the car with a number plate and displays the location of the number plate in the image using bounding boxes and displays the registration number.
● Update the registration number in the database. DATASET: https://www.kaggle.com/datasets/andrewmvd/car-plate-detection
bottom of page