Repo for a small image recognition project in python
Before running the project, download and install OpenCV and tensorflow.
First, run python 2-hist.py
to generate the image features to feed the neural network. Then, run python multi-layer.py
to actually run the neural network that recognizes the image patterns.