number-plate

There are 6 repositories under number-plate topic.

  • shreyapamecha/Speed-Estimation-of-Vehicles-with-Plate-Detection

    The main objective of this project is to identify overspeed vehicles, using Deep Learning and Machine Learning Algorithms. After acquisition of series of images from the video, trucks are detected using Haar Cascade Classifier. The model for the classifier is trained using lots of positive and negative images to make an XML file. This is followed by tracking down the vehicles and estimating their speeds with the help of their respective locations, ppm (pixels per meter) and fps (frames per second). Now, the cropped images of the identified trucks are sent for License Plate detection. The CCA (Connected Component Analysis) assists in Number Plate detection and Characters Segmentation. The SVC model is trained using characters images (20X20) and to increase the accuracy, 4 cross fold validation (Machine Learning) is also done. This model aids in recognizing the segmented characters. After recognition, the calculated speed of the trucks is fed into an excel sheet along with their license plate numbers. These trucks are also assigned some IDs to generate a systematized database.

    Language:Python15841138
  • barzansaeedpour/iranian-license-plate-generator

    You can use this project to produce quality Iranian license plates.

    Language:Python53303
  • Business-Wizard/License_Plate_Reader_App

    Using a Convolutional Neural Network to read License Plate

    Language:Python17205
  • keynekassapa13/num-plate-track

    locate number plate in cars using OpenCV and Python

    Language:Python7214
  • hamolicious/UK-Number-Plate-Generator

    A 3D Number Plate generator written in Python 3.8 using PyGame 2. Will create UK road legal number plates in random orientations (will be used for a Machine Learning Dataset)

    Language:Python4201
  • obrymec/number_plate_scanner

    This simple mobile application has been made to take a capture of an automobile with his number plate from device native camera and send it to a remote back-end server for his identification.

    Language:Java1100