Machine Learning As a Service

Guided Example of Model Deployment using Python and Flask

Kevin C Lee
Python in Plain English
9 min readJan 7, 2021

--

Note: The code for this post can be found here

Photo by mohamed_hassan on Pixabay

The last step in the Machine Learning Life Cycle is to put the model into production, also known as “operationalizing” the model. It often means enabling the model to generate outputs based on new data given. In the context of a real-world…

--

--