In this chapter we will be learning about how to build interactive demos for your machine learning models.
Why build a demo or a GUI for your machine learning model in the first place? Demos allow:
We’ll be using the Gradio library to build demos for our models. Gradio allows you to build, customize, and share web-based demos for any machine learning model, entirely in Python.
Here are some examples of machine learning demos built with Gradio:
This chapter is broken down into sections which include both concepts and applications. After you learn the concept in each section, you’ll apply it to build a particular kind of demo, ranging from image classification to speech recognition. By the time you finish this chapter, you’ll be able to build these demos (and many more!) in just a few lines of Python code.