Skip to content

Using Flask web framework to make machine learning model available over web (REST service)

Notifications You must be signed in to change notification settings

rameshagowda/Flask---ML-model-over-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Machine Learning model in production - Deploy Machine Learning model as REST Service

Using Flask web framework, your model can be hosted as service.

  1. store the machine learning model as pickle .pkl file
  2. Using Flask REST web service framework, host the service locally or on web servers such as Apache or on cloud (Heroku, AWS, AZURE)
  3. Consume service to predict classes by passing values.

About

Using Flask web framework to make machine learning model available over web (REST service)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published