Skip to content

Commit

Permalink
Add a README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewearl committed May 6, 2016
1 parent 3b47094 commit 71e61ac
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Deep ANPR

Using neural networks to build an automatic number plate recognition system.
See [this blog post](http://matthewearl.github.io/2016/04/17/cnn-anpr/) 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:

* [TensorFlow](https://tensorflow.org)
* OpenCV
* NumPy

0 comments on commit 71e61ac

Please sign in to comment.