Car Number Plate Detection Using OpenCV and RTO API

Shubham Kumar
Aug 12, 2021

Created a Machine Learning Model to detect Car’s Number Plate and fetch the number and provide the details of the car owner through the RTO API

First we will take an image of a car

Then we will pass the image through our model for fetching the number plate

After this, our model will return an image of only number plate

Successfully cropped the number plate

Now , will pass the cropped number plate image to a python code consisting of boto which will help in extracting texts from the image

Finally, we got the vehicle’s number from the image of number plate and now will pass that number to RTO site for fetching details of the owner

Thankyou for visiting my blog!

--

--