Huggingface and gradio#
A different library for sharing applications called gradio is becoming popular with easy deep learning model integrations. For this assignment, your goal is to write a basic tutorial that:
Discusses the basics of building a
gradioapp with rows, columns, images, input fields, and sliders. Demonstrate this with agradioapp of your imagination (different than docs creativity matters!).Demonstrates how to use the huggingface
transformerslibrary and its pipelines to build agradioapp. here
Create a github repository with your tutorial notebook and a README with a paragraph overview of the tutorial and description of huggingface model and app.