Object Recognition using CNN model

Chayan Deokar
3 min readJul 5, 2021

đź“Ś In this task :

👉Create a model that will detect a car in a live stream or video and recognize characters on number plate of the car .

👉Secondly , it will use the characters and fetch the owners information using RTO API’s .

👉Create a Web portal where all this information will be displayed (using html,css,and js

Here we have imported some libary then trained our model to detect number plate of our car

Now our number plate is detected and we are taking every letter of it

Here each letter is detected now

we have each letter separated now we have to train our data

our model is trained and ready to use it

we have imported some library and now we have to just run it

here is our output result it has given information from number plate

we can save our model and search for other results

Thank you !!

--

--