kevinjpetersen / openalpr-mvc

This is a project that integrates OpenALPR (License Plate Recognition) into an MVC Project to use for Websites.
GNU General Public License v3.0
7 stars 2 forks source link

openalpr #1

Open manocv opened 7 years ago

manocv commented 7 years ago

Nice work done,

I am using this project as a kickstart for my customised application. I am trying to stream a video via rtsp and capture the plate info by live streaming.

Also, I am trying to do vehicle classification such as Make model and colour of the vehicle. Do you have any suggestion which API to use for that purpose?

kevinjpetersen commented 7 years ago

Hi manocv

Thanks!

Right now I'm actually working on an Open-source project that does exactly this through machine learning and neural networks. What I'm trying to achieve is to get the color, model, brand AND what features the vehicle has attached to it (Radio antenna, 1 missing headlight, stuff like that).

However as of right now I'm not in a stage where I can publish the project quite yet. In the meantime I'd recommend using Google Vision which can be used for your purpose.

The downside of Google Vision is obviously that it requires internet and you don't get that many requests before you need to pay money.

I'd be happy to keep you updated when I'm ready to release my open-source project.

Have a great day! Kevin