This repo contains all the code for building a Image Classifier using Keras.
A blog post (comming soon) will go over how to train a model to classifiy images of dogs by breed. Jupyter Notebook
We'll then take this trained model, deploy on Google App Engine, using Flask to serve our models. code
Finally, we'll build a Workplace Bot that will allow users to ask the bot what breed is in the photo. code