Gradio is the fastest way to demo your machine learning model with a friendly web interface so that anyone can use it, anywhere!
import gradio as gr
def sketch_recognition(img):
pass# Implement your sketch recognition model here...
gr.Interface(fn=sketch_recognition, inputs="sketchpad", outputs="label").launch()
Gradio can be installed with pip. Creating a Gradio interface only requires adding a couple lines of code to your project.
You can choose from a variety of interface types to interface your function.
Gradio can be embedded in Python notebooks or presented as a webpage.
A Gradio interface can automatically generate a public link you can share with colleagues that lets them interact with the model on your computer remotely from their own devices.
Once you've created an interface, you can permanently host it on Hugging Face.
Hugging Face Spaces will host the interface on its servers and provide you with a link you can share.
Just built a ️@Gradio app for a video related deep learning project.
I’m astonished by how simple it is to use & how elegant it looks! Lots and lots of great features & flexibility. Thanks for making this ❤
47 · 7:14 AM · Dec 15, 2021
Just tried out @Gradio and I am very impressed. Only took like 10mins to put together a #tts demo.
11 · 4:00 PM · Aug 24, 2021
Honestly, without @Gradio, we would not be doing a real time AI trial. We have many other ideas for algorithms we want to test through clinical trials, and we know it's possible thanks to @Gradio.
15 · 7:37 PM · Jul 22, 2021
Dear #MachineLearning twitter,
If you haven't typed:
$ pip install gradio
yet, now would be a damn good time.
Especially if you are working in computer vision & deploying models in the real world.
19 · 12:53 PM · Nov 5, 2020
After training an ML model, the BEST way to showcase it to the world is to make a demo for others to try!
The easiest way to do so is w/ @Gradio, hosted on @HuggingFace Spaces.
Read my new blog post to learn how to do this (w/ appearance by @fastdotai)!
https://tmabraham.github...
285 · 4:09 PM · Nov 16, 2021
I love low-code ML solutions like @Gradio that do not restricts anyone from making ML accessible. #machinelearning #datascience
0 · 5:52 PM · Aug 17, 2021
Pretty neat that @GradioML!🐍🔥
+ Generate an easy-to-use UI for your #ML model, function, or #API with only a few lines of code!
+ Integrate directly into your @ProjectJupyter notebook
+ or share a link with anyone
h/t
@VincentTerrasi #MachineLearning www.gradio.app
18 · 5:07 PM · Jan 18, 2021
What's exciting about ML in 2021 is how the building blocks r coming together. Built this headline writer using:
- AutoNLP to finetune Bart
- @Gradio for the UI
- @huggingface's Spaces for hosting and compute
Try it here: https://huggingface.co/spa...
61 · 10:39 PM · Oct 24, 2021
My son is fascinated with all things about dinosaurs. I built a 🦖 🦕 classifier for him as homework for the first week of the fastai cohort.
I used @Gradio, and deployed on @jarvislabsai. http://dinoapp.jarvis..
305 · 2:34 AM · May 4, 2022