The best model or analysis in the world is no use if it's stuck in a Jupyter notebook. In this talk, I will show you how to turn a model into a web app, without being a full-stack developer. All you need is Python!
We'll start with a model in Jupyter, then we'll turn it into an interactive web app that colleagues or customers can use. Then we will deploy it to production.
Introduction
Building a web UI for our model
We now have a graphical prototype our colleagues or even customers can use -- as long as this Jupyer notebook stays running...
Deploying it to production
We now have a secure app that's safe to put on a public URL. But it still needs our Jupter notebook running...
Wrap-up: