Cat and Dog Image Classifier
In this challenge from freeCodeCamp.org for machine learning courses.
We created a method to classify images of dogs and cats. We used Tensorflow and Keras to create a convolutional neural network that correctly classifies images of cats and dogs at least 63% of the time.