Skip to content

Using neural networks to build an automatic number plate recognition system

License

Notifications You must be signed in to change notification settings

manniru/deep-anpr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep ANPR

Using neural networks to build an automatic number plate recognition system. See this blog post for an explanation.

Usage is as follows:

  • gen.py 1000: Generate 1000 test set images in ./test.
  • train.py: Train the model.
  • detect.py in.jpg weights.npz out.jpg: Detect number plates in an image.

The project has the following dependencies:

About

Using neural networks to build an automatic number plate recognition system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%