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

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 53

  • @vladislavmoroshan3749
    @vladislavmoroshan3749 Год назад +21

    The simplicity of it is astounding to me. Really cool. Thank you!

  • @Alley00Cat
    @Alley00Cat 9 месяцев назад

    Just started using gradio and I'm in love with it. So quick to prototype, wow.

  • @moibe182
    @moibe182 Год назад +4

    I always find your videos so useful!!! You are the best reference for AI learning in youtube. Thanks!!

  • @narangfamily7668
    @narangfamily7668 Год назад +3

    Concise and fun to watch…thanks!

  • @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.

  • @thechessmaster9291
    @thechessmaster9291 9 месяцев назад

    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.

  • @geneoverride3725
    @geneoverride3725 Год назад +1

    That was frickin awesome bro!! Superb tutorial. Instant subscribe 😉

  • @Dr_Tripper
    @Dr_Tripper Год назад +2

    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.

  • @VersatileAnthem
    @VersatileAnthem 8 месяцев назад

    Awesome video. Thanks for the information.

    • @AssemblyAI
      @AssemblyAI  8 месяцев назад

      Glad it was helpful!

  • @Quati_17
    @Quati_17 2 месяца назад

    I am struggling to find a way to show examples as buttons but not like the parameters available :(

  • @fern092
    @fern092 Год назад +1

    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 Год назад +1

      Replying myself:
      remove shape = (200, 200) just use:
      gr.Interface(sepia, gr.Image(), "image")

    • @rahulreddy5567
      @rahulreddy5567 9 месяцев назад

      @@fern092 thanks bro! been searching for this

  • @noadsensehere9195
    @noadsensehere9195 2 месяца назад +1

    Amzing tutorial best to watch at 1.25x speed thanks

  • @zameerahmed1775
    @zameerahmed1775 Год назад +1

    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 ??

  • @techarchsefa
    @techarchsefa 11 месяцев назад

    Solid and awesome. Thank you to explain so simple.

  • @alihuzaifa235
    @alihuzaifa235 2 месяца назад

    hey, i appreciate you teaching, and i have a quick question that can i copy and paste all those codes in my mind the way you just copy and paste inside vscode?
    😂😆

  • @NileshPatil-pl2fj
    @NileshPatil-pl2fj Месяц назад

    Thank you so much---it really helped me a lot---you have gained a new subscriber😃

  • @gw1284
    @gw1284 Год назад

    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?

  • @far-red
    @far-red Год назад +1

    Awesome… good intro tutorial
    Thx

  • @SO-vq7qd
    @SO-vq7qd Год назад

    Great video thank you! Would you know how I can put this on a webpage?

  • @yw3546
    @yw3546 Год назад

    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 Год назад

      I kept receiving connection errors from hugging face btw.

  • @DaStuntChannel
    @DaStuntChannel Год назад +1

    Does it have to be for Machine Learning only? I want to use it to integrate 3D rendering in a webui

    • @TheRysiu120
      @TheRysiu120 10 месяцев назад

      Yes, using it for anything else is stricly prohibited under death penalty

  • @gokusaiyan1128
    @gokusaiyan1128 5 месяцев назад

    do you have video/resource of using autogen with Gradio ?

  • @jeysshonbustosjimenez3610
    @jeysshonbustosjimenez3610 2 года назад +1

    how do you make a model already have disorder can use gradio

  • @singarajuramya8192
    @singarajuramya8192 6 месяцев назад

    can you please upload video on classification of images using gradio UI

  • @answkdltdma9828
    @answkdltdma9828 Год назад

    great kind explain. thx! u r wonderful

  • @qbitsday3438
    @qbitsday3438 Год назад

    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 .

  • @deniz.7200
    @deniz.7200 Год назад

    Any gradio app is giving error when you run it on Python console, is it normal? It runs perfectly as .py from cmd though.

  • @SBalajii
    @SBalajii 2 года назад +4

    Gradio vs Streamlit, which is better?

    • @1kall955
      @1kall955 2 года назад +2

      Gradio is easier to host, streamlit better for deploying to AWS imo

    • @AbubakarAbid
      @AbubakarAbid 2 года назад +1

      I’m biased but for ML demos I’d say Gradio

    • @limjuroy7078
      @limjuroy7078 2 года назад +1

      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 RUclips

    • @cowanagency
      @cowanagency Год назад

      @@1kall955 is it possible to deploy gradio on AWS instead of hugging face?

  • @720an
    @720an Год назад

    Can someone explain what is the "state" variable in minute 9:50 please? Thank you

  • @pol14d1cto
    @pol14d1cto 4 месяца назад

    It is not running. At the begggig you don’t explain how to install gradio in visual and it never works

  • @bigbademperor
    @bigbademperor Год назад

    Do you have a public link?

  • @user-wr4yl7tx3w
    @user-wr4yl7tx3w 2 года назад +2

    Is it free to use?

  • @iojoasdfn5995
    @iojoasdfn5995 8 месяцев назад

    pip install gradio error: subprocess-exited-with-error

  • @Jake-bh1hm
    @Jake-bh1hm Год назад

    Why aren't all apps programmed this way literally,...

  • @johnsmith-wt8gq
    @johnsmith-wt8gq Год назад

    Life is short.

  • @flyingdogsoft
    @flyingdogsoft 2 года назад +6

    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 Год назад +1

      True I hate this

    • @NotDead10008
      @NotDead10008 Год назад +2

      Why you say that?

    • @fral.2708
      @fral.2708 10 месяцев назад +1

      Cannot agree more

    • @LGseeker
      @LGseeker 9 месяцев назад

      Streamlit is better, but they now require access to private repos 😢 if you are publishing on cloud

  • @VaibhavPatil-rx7pc
    @VaibhavPatil-rx7pc Год назад

    Cool and excellent walkthrough!! good job thanks