Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 848 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 848 Bytes

Image classification with Keras and Flask deployed on Heroku

This repo shows how to deploy an image classification model using Tensorflow Keras and Flask on Heroku. The model I use is VGG16 since it is the smallest model in terms of number of parameters and size. Given an input image, the model classifies it into one of the thousand categories in ImageNet. The model is deployed in this link.

https://pneumonia-classifier-cnn.herokuapp.com/

EXAMPLE: alt text alt text alt text