Skip to content

How to publish a python machine learning model as Flask application

License

Notifications You must be signed in to change notification settings

jannehansen/PublishMLModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PublishMLModel

This tiny python example shows a simple workflow on how to publish your machine learning models for other applications to use with REST API. To run the samples you'll need an Azure subscription.

Contents of this repo

PySampleModelCreator creates a simple machine learning model (fake one this time), and stores it to Azure Blob Storage for publishing.

PyFlaskApp is a flask application which reads the model from Blob Storage and then sets up a flask server to respond to incoming http(s) REST api calls.

Read more!

The related blog article can be found on:

About

How to publish a python machine learning model as Flask application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published