Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.45 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.45 KB

Hosting ML models through a micro-service architecture

Flow

The technologies selected here to fullfill a lightweight machine learning predictive model hosting are:

  • Docker, as a container standard, used here to easily build and deploy a Python environment,
  • Python, the de facto prefered language for ML,
  • Flask and Flask-RESTPlus, frameworks bringing web app and RESTfull APIs,
  • Pickle, an object serialization for Python,
  • JobLib, another object serialization for Python.

The ML hosting is composed of 3 projects: