As data scientists, we love building models using IPython Notebooks / Scikit-Learn / Pandas eco-system. But integrating these models with an web app can be a challenge. In this tutorial, we will take our machine learn ing models and make them available as APIs for use by Web and Mobile Apps. We will also build a simple webapp that uses our prediction service.
In this talk, we will learn one way to take our Machine Learning models and make them available as a Prediction Service. We will work through the following steps.
Please have Anaconda or Miniconda installed on your local machine. I will mostly be using Python 3.5, but Python 2.7 should be fine as well.