Buckets:
| # Introduction to Gradio[[introduction-to-gradio]] | |
| <CourseFloatingBanner | |
| chapter={9} | |
| classNames="absolute z-10 right-0 top-0" | |
| /> | |
| 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: | |
| - **Machine learning developers** to easily present their work to a wide audience including non-technical teams or customers | |
| - **Researchers** to more easily reproduce machine learning models and behavior | |
| - **Quality testers** or **end users** to more easily identify and debug failure points of models | |
| - **Diverse users** to discover algorithmic biases in models | |
| 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: | |
| * A **sketch recognition** model that takes in a sketch and outputs labels of what it thinks is being drawn: | |
| <iframe src="https://course-demos-draw2.hf.space" frameBorder="0" height="450" title="Gradio app" class="container p-0 flex-grow space-iframe" allow="accelerometer; ambient-light-sensor; autoplay; battery; camera; document-domain; encrypted-media; fullscreen; geolocation; gyroscope; layout-animations; legacy-image-formats; magnetometer; microphone; midi; oversized-images; payment; picture-in-picture; publickey-credentials-get; sync-xhr; usb; vr ; wake-lock; xr-spatial-tracking" sandbox="allow-forms allow-modals allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-downloads"></iframe> | |
| * An extractive **question answering** model that takes in a context paragraph and a quest and outputs a response and a probability score (we discussed this kind of model [in Chapter 7](/course/chapter7/7)): | |
| <iframe src="https://course-demos-question-answering-simple.hf.space" frameBorder="0" height="640" title="Gradio app" class="container p-0 flex-grow space-iframe" allow="accelerometer; ambient-light-sensor; autoplay; battery; camera; document-domain; encrypted-media; fullscreen; geolocation; gyroscope; layout-animations; legacy-image-formats; magnetometer; microphone; midi; oversized-images; payment; picture-in-picture; publickey-credentials-get; sync-xhr; usb; vr ; wake-lock; xr-spatial-tracking" sandbox="allow-forms allow-modals allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-downloads"></iframe> | |
| * A **background removal** model that takes in an image and outputs the image with the background removed: | |
| <iframe src="https://course-demos-remove-bg-original.hf.space" frameBorder="0" height="640" title="Gradio app" class="container p-0 flex-grow space-iframe" allow="accelerometer; ambient-light-sensor; autoplay; battery; camera; document-domain; encrypted-media; fullscreen; geolocation; gyroscope; layout-animations; legacy-image-formats; magnetometer; microphone; midi; oversized-images; payment; picture-in-picture; publickey-credentials-get; sync-xhr; usb; vr ; wake-lock; xr-spatial-tracking" sandbox="allow-forms allow-modals allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-downloads"></iframe> | |
| 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. | |
| > [!TIP] | |
| > 👀 Check out <a href="https://huggingface.co/spaces" target="_blank">Hugging Face Spaces</a> to see many recent examples of machine learning demos built by the machine learning community! | |
| <EditOnGithub source="https://github.com/huggingface/course/blob/main/chapters/en/chapter9/1.mdx" /> |
Xet Storage Details
- Size:
- 3.96 kB
- Xet hash:
- 91e55b69ed77d3ae42dc35d384ec417475f188ac864df5f60f56460ca86eab98
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.