Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 789 Bytes

README.md

File metadata and controls

13 lines (6 loc) · 789 Bytes

Building a Dog Breed Detector Bot on Facebook Workplace, with Keras

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