Serving Machine Learning models

Objectives

  • Serve machine learning models on OpenShift using Flask

  • Create machine learning models using real-time streaming on OpenShift

Introduction to Model Serving

  • Terminology for serving ML models

  • How to convert Jupyter notebook code to a Python function

  • How to clone the Flask app template from Github and deploy it to OCP using S2I

  • A nice diagram of the overall process

  • Real time data streaming with Kafka