Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 2.04 KB

README.md

File metadata and controls

28 lines (22 loc) · 2.04 KB

Machine Learning Web App Using Flask

This web app provides a simple summary of using a variety of machine learning models (Sklearn, Tensorflow, and Azure Machine Learning) deployed to a python web app (Flask)

How to Use

Web App Hosting

Model Deployment

  • Originally, Microsoft Azure Machine Learning was used for model deployment (Jupyter Notebook and Azure Machine Learning API code are still in the repository), but the primary predictor was simplified to be a localized .pkl file from scitkit-learn
  • There is a notebook for Deep Learning (Tensorflow), but the library was too big for the free version of Heroku. However, the machine learning code is still referenced

Architecture Overview

Architecture Overview

References