/iotfuse-workshop-2020

This repo contains all the required code for the IoTFuse 2020 Data Workshop.

Primary LanguageJupyter Notebook

IoTFuse 2020 Data Science Workshop

Intro

This guide is for experimenting with transfer learning and deploying a machine learning model that can be accessed by a web application.

Links

ML Server Setup

  • Create a local Redis cache or set up a hosted service
  • export FLASK_APP=application.py
  • flask run