dogs_vs_cat Kaggle image recognition competition How to install Tensorflow, Keras, OpenCV download images from https://www.kaggle.com/c/dogs-vs-cats/data To train: run python naive_convnet.py To predict: change image path inside predict.py and run python predict.py