Convolutional Neural Network Example - Cat vs Dog
Convolutional Neural Network to distinguish between cats and dogs given only an image.
Uses Tensorflow library for the CNN model.
#Set TRAIN_DIR in CNN_catdog_train.py:17 to the directory where the downloaded images are.
TRAIN_DIR = ''
#Run CNN_catdog_train.py to train/load the model. Input an image path (to test) when asked.
$ python CNN_catdog_train.py