This guide is for experimenting with transfer learning and deploying a machine learning model that can be accessed by a web application.
-
Access the ML server here: https://iotfuse-ml.ngrok.io/
-
Check out a live site here: https://iotfusedemo-app.imfast.io/
-
A link to the notebook will be posted during the workshop.
- Create a local Redis cache or set up a hosted service
- export FLASK_APP=application.py
- flask run