Skip to content

sanogotech/DogOrCat

 
 

Repository files navigation

Dog or Cat

Play with the App

A simple Flask App that can classify an image as Dog or Cat using a convolutional neural network model. I build this just because i wanted to get out of the jupyter notebook and deploy a Deep learning model and have something i can send to friends so they can upload their images of their face and let my app insult them.

I

Tools Used:

  • Tensorflow
  • Keras
  • h5py
  • Flask
  • Bootstrap
  • Heroku

Credit

Credit to this 2 repository I used to build this. Special credit to @LukaszMalucha for his help

Next Steps

  • Deploy with Docker
  • More Deep Learning apps

Kevin DEGILA