Skip to content

kaihendry/sg-anpr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start service

Ensure your docker works from that user, e.g. docker pull openalpr/openalpr

go run sg-anpr.go

Test service

wget http://s.natalian.org/2016-10-02/SKC6322K.jpg
curl -F "file=@SKC6322K.jpg" http://localhost:7077/upload

Caddy configuration for demo

anpr.dabase.com {
	proxy / localhost:7077
	log stdout
	errors stdout
}

TODO

Speed it up by going direct to running bindings https://github.com/openalpr/openalpr/tree/master/src/bindings/go

Have a way to give feedback if it was correct or not.

Do Malaysian version! https://www.youtube.com/watch?v=CWoGfMMpRFM Idea being we can crowd source Malaysian plates! http://paultan.org/2016/09/28/554748/

About

Singapore Automatic Number Plate Recognition interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published