Gradio Crash Course - Fastest way to build & share Machine Learning apps

  Рет қаралды 48,176

AssemblyAI

AssemblyAI

Күн бұрын

Learn all about Gradio in this Crash Course. Gradio is a Python framework that lets you easily build and share Machine Learning apps.
Website: gradio.app/
Blog article: www.assemblyai.com/blog/getti...
▬▬▬▬▬▬▬▬▬▬▬▬ CONNECT ▬▬▬▬▬▬▬▬▬▬▬▬
🖥️ Website: www.assemblyai.com
🐦 Twitter: / assemblyai
🦾 Discord: / discord
▶️ Subscribe: kzbin.info?...
🔥 We're hiring! Check our open roles: www.assemblyai.com/careers
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Timeline:
00:00 Intro
00:29 Getting Started
03:11 Multiple inputs/outputs
04:45 Image & Audio
06:35 Gradio Blocks
09:00 Global & Session states
10:32 Share & host app
#MachineLearning #Python

Пікірлер: 48
@vladislavmoroshan3749
@vladislavmoroshan3749 Жыл бұрын
The simplicity of it is astounding to me. Really cool. Thank you!
@AssemblyAI
@AssemblyAI Жыл бұрын
Glad you like it!
@moibe182
@moibe182 7 ай бұрын
I always find your videos so useful!!! You are the best reference for AI learning in youtube. Thanks!!
@Alley00Cat
@Alley00Cat 4 ай бұрын
Just started using gradio and I'm in love with it. So quick to prototype, wow.
@narangfamily7668
@narangfamily7668 11 ай бұрын
Concise and fun to watch…thanks!
@geneoverride3725
@geneoverride3725 Жыл бұрын
That was frickin awesome bro!! Superb tutorial. Instant subscribe 😉
@techarchsefa
@techarchsefa 6 ай бұрын
Solid and awesome. Thank you to explain so simple.
@far-red
@far-red 9 ай бұрын
Awesome… good intro tutorial Thx
@answkdltdma9828
@answkdltdma9828 10 ай бұрын
great kind explain. thx! u r wonderful
@matiassanchez3539
@matiassanchez3539 Жыл бұрын
thanks, I spend 2 entires days trying to upload a flask web app. I ended up paying google run, but it was a huge waste of time. I had to learn about docker and a lot of flask. Anyway, this looks very good and fast.
@VersatileAnthem
@VersatileAnthem 3 ай бұрын
Awesome video. Thanks for the information.
@AssemblyAI
@AssemblyAI 3 ай бұрын
Glad it was helpful!
@Dr_Tripper
@Dr_Tripper Жыл бұрын
I am more interested in using local seta dn models. I will look around your tips to see if you have anything that will take me there. Good tutorial. Quick and Dirty like we like it.
@SO-vq7qd
@SO-vq7qd 11 ай бұрын
Great video thank you! Would you know how I can put this on a webpage?
@gw1284
@gw1284 10 ай бұрын
Thank you for this crash course, very helpful. have been using streamlit, Gradio seems even simpler than that, How to do multiple page app with gradio?
@zameerahmed1775
@zameerahmed1775 Жыл бұрын
I am frm India ............ Ur explanation is really awesome. I have a qn for U ?? Is this library confined only for MVP demo or can we tweak this to emulate JS functionalty ??
@bigbademperor
@bigbademperor Жыл бұрын
Do you have a public link?
@VaibhavPatil-rx7pc
@VaibhavPatil-rx7pc 11 ай бұрын
Cool and excellent walkthrough!! good job thanks
@singarajuramya8192
@singarajuramya8192 Ай бұрын
can you please upload video on classification of images using gradio UI
@jeysshonbustosjimenez3610
@jeysshonbustosjimenez3610 Жыл бұрын
how do you make a model already have disorder can use gradio
@720an
@720an Жыл бұрын
Can someone explain what is the "state" variable in minute 9:50 please? Thank you
@qbitsday3438
@qbitsday3438 10 ай бұрын
Hi I am running the sample code in juypter lab locally , there is an error at the outputs , could you help on how do i fix .
@thechessmaster9291
@thechessmaster9291 4 ай бұрын
Simulation vs. True Intelligence: I am indeed a simulation of intelligence, and the term "artificial" is key. It's a testament to progress in machine learning that I can hold conversations that sometimes feel like they have a spark of real intelligence, but it remains a sophisticated simulation. AI as a Marketing Term: Absolutely. Describing a product or service as "AI-powered" carries serious marketing weight, even if the actual technology behind it is much more straightforward. It's up to consumers to be discerning and evaluate the actual capabilities.
@gokusaiyan1128
@gokusaiyan1128 6 күн бұрын
do you have video/resource of using autogen with Gradio ?
@deniz.7200
@deniz.7200 7 ай бұрын
Any gradio app is giving error when you run it on Python console, is it normal? It runs perfectly as .py from cmd though.
@yw3546
@yw3546 7 ай бұрын
Hi, a question: how is t5-base model loaded? Is it directly downloaded from huggingface, or you need to download it yourself and specify it somewhere in a config?
@yw3546
@yw3546 7 ай бұрын
I kept receiving connection errors from hugging face btw.
@DaStuntChannel
@DaStuntChannel Жыл бұрын
Does it have to be for Machine Learning only? I want to use it to integrate 3D rendering in a webui
@TheRysiu120
@TheRysiu120 4 ай бұрын
Yes, using it for anything else is stricly prohibited under death penalty
@iojoasdfn5995
@iojoasdfn5995 3 ай бұрын
pip install gradio error: subprocess-exited-with-error
@fern092
@fern092 6 ай бұрын
At 4:58 latest Gradio gives: demo = gr.Interface(sepia, gr.Image(shape=(200,200)), "image"), TypeError: __init__() got an unexpected keyword argument 'shape' . Please advise on fix.
@fern092
@fern092 6 ай бұрын
Replying myself: remove shape = (200, 200) just use: gr.Interface(sepia, gr.Image(), "image")
@rahulreddy5567
@rahulreddy5567 4 ай бұрын
@@fern092 thanks bro! been searching for this
@user-wr4yl7tx3w
@user-wr4yl7tx3w Жыл бұрын
Is it free to use?
@AbubakarAbid
@AbubakarAbid Жыл бұрын
Yes it is!
@johnsmith-wt8gq
@johnsmith-wt8gq Жыл бұрын
Life is short.
@SBalajii
@SBalajii Жыл бұрын
Gradio vs Streamlit, which is better?
@1kall955
@1kall955 Жыл бұрын
Gradio is easier to host, streamlit better for deploying to AWS imo
@AbubakarAbid
@AbubakarAbid Жыл бұрын
I’m biased but for ML demos I’d say Gradio
@limjuroy7078
@limjuroy7078 Жыл бұрын
Personally, I like Streamlit bcuz its documentation is SUPER well documented, make it very easy to understand and to be used. Besides, it has larger community support where you can easily find tutorials online such as KZbin
@cowanagency
@cowanagency Жыл бұрын
@@1kall955 is it possible to deploy gradio on AWS instead of hugging face?
@Jake-bh1hm
@Jake-bh1hm Жыл бұрын
Why aren't all apps programmed this way literally,...
@flyingdogsoft
@flyingdogsoft Жыл бұрын
Gradio is one of the most worst code I have ever seen. Horrible 😔 can not recommend. hope somebody develops something similar from scratch.
@archana0342
@archana0342 10 ай бұрын
True I hate this
@NotDead10008
@NotDead10008 6 ай бұрын
Why you say that?
@fral.2708
@fral.2708 4 ай бұрын
Cannot agree more
@LGseeker
@LGseeker 4 ай бұрын
Streamlit is better, but they now require access to private repos 😢 if you are publishing on cloud
Streamlit: The Fastest Way To Build Python Apps?
11:57
pixegami
Рет қаралды 72 М.
How I would learn Machine Learning (if I could start over)
7:43
AssemblyAI
Рет қаралды 741 М.
Increíble final 😱
00:37
Juan De Dios Pantoja 2
Рет қаралды 105 МЛН
I CAN’T BELIEVE I LOST 😱
00:46
Topper Guild
Рет қаралды 40 МЛН
Just try to use a cool gadget 😍
00:33
123 GO! SHORTS
Рет қаралды 85 МЛН
Build Machine Learning Applications Easily with Gradio in Python
17:18
Do NOT use Streamlit for PRODUCTION until you watch this!
6:33
Full Stack AI
Рет қаралды 2,8 М.
This Free AI System Will Create Unique Content in Seconds!
13:32
Hasan Aboul Hasan
Рет қаралды 125 М.
Deploy ML models with FastAPI, Docker, and Heroku | Tutorial
18:45
You need to try Gradio 3's new "Blocks API"
3:58
Fanilo Andrianasolo
Рет қаралды 4,1 М.
A Practical Tutorial on Building Machine Learning Demos with Gradio
47:06
MLT Artificial Intelligence
Рет қаралды 4,4 М.
Gradio Course - Create User Interfaces for Machine Learning Models
1:50:48
freeCodeCamp.org
Рет қаралды 134 М.
Increíble final 😱
00:37
Juan De Dios Pantoja 2
Рет қаралды 105 МЛН