Skip to content

An example of deploying a Keras VGG16 ImageNet classifier using Flask

Notifications You must be signed in to change notification settings

ColinShaw/python-keras-flask-deployment-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keras Flask Deployment

This is an example of deploying a Keras model using Flask for image classification. It is just the stock ImageNet VGG16 model with some abstraction around the model and image pre-processing. A convenient shell script is provided to launch the Flask app. You can submit the test image from command line:

curl -X POST -F 'image=@images/dog.jpg' http://localhost:5000/predict

About

An example of deploying a Keras VGG16 ImageNet classifier using Flask

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published