Huggingface and gradio

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 gradio app with rows, columns, images, input fields, and sliders. Demonstrate this with a gradio app of your imagination (different than docs creativity matters!).

  • Demonstrates how to use the huggingface transformers library and its pipelines to build a gradio app. 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.