This is a single layer Neural Network made with TensorFlow that classifies doodles into either pens or pineapples.
In order to run this locally, you will need at least Python 2.7, IPython, Numpy, Matplotlib and TensorFlow.
This project also uses the Jupyter Notebook. I highly recommend downloading and installing it, though I'll add a python script to run in terminal soon.
Clone this repository with git clone https://github.com/zolastro/TFDoodleClassifier.git
and run the command jupyter notebook
into the same folder. Then your default browser should pop-up. If not, just go to http://localhost:8888/tree.
The current code and guidelines are in the Pen-Pineapple-Apple-Pen.ipynb notebook. Feel free to execute and modify the code! Press Shift+Enter
in a block of code to execute it.
All the data used in this project is available in Quick Draw - The Data.
Thanks to Archelogos for his YouTube videos, they helped me a lot!