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
- Tensorflow
- Keras
- h5py
- Flask
- Bootstrap
- Heroku
Credit to this 2 repository I used to build this. Special credit to @LukaszMalucha for his help
- https://github.com/LukaszMalucha/Cat-vs.-Dog-Classifier
- https://github.com/mvmanh/dog-cat-classification
- Deploy with Docker
- More Deep Learning apps
Kevin DEGILA