Mesop - Google's New UI Maker

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

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

  • @WillMesop
    @WillMesop 5 месяцев назад +241

    Creator of Mesop here. Thanks for creating this video! Big fan of your RUclips channel so it was awesome to see this 😊

    • @WillMesop
      @WillMesop 5 месяцев назад +26

      I know a lot of people have wondered why we made another python UI framework. One of the reasons I didn't mention in the blog post is that it's very difficult to use most open source projects, especially FE ones, due to requirements around web security and build integration within Google

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

      @@WillMesop 🔥🛠💎

    • @12345idiotsluggage
      @12345idiotsluggage 5 месяцев назад +5

      I don't know if you or Sam are humans or bots. But you two are a treasure. Please keep going. Filthy causal here just trying to level up and/or avoid obsolescence.

    • @samwitteveenai
      @samwitteveenai  5 месяцев назад +9

      @WillMesop Awesome!! As soon as I saw it I knew I wanted to make a video to help it get some more attention. Very cool to see you chime in here. Thanks for the great work.

    • @Gianfrann
      @Gianfrann 5 месяцев назад +1

      Nice bro

  • @Nick_With_A_Stick
    @Nick_With_A_Stick 5 месяцев назад +11

    “Often when you are making it for your self, when you start to use it, perhaps some of the assumptions were totally wrong” I laughed out loud so hard 😂. That hit home.

  • @WillJohnston-wg9ew
    @WillJohnston-wg9ew 5 месяцев назад +2

    Any thoughts on how to use prompting to generate my UI on the fly for my user? I want to have a dynamic UI that is driven by the prompts.

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

      Can you explain a bit more. What do you want to change or update etc?

  • @Samudbhava
    @Samudbhava 5 месяцев назад +2

    after the prototype is demonstrated and approved, is there any way to generate application code and remove all dependencies on mesop? or maybe that is not the intended purpose of mesop, in which case my bad.

    • @samwitteveenai
      @samwitteveenai  5 месяцев назад +1

      not really the intended use case currently but my guess is pretty soon a model can do that conversion for you

  • @henkhbit5748
    @henkhbit5748 5 месяцев назад +3

    Nice video, Streamlit and Gradio has already a lot of component.s. Curious about the decision to use Flask and not Fastapi?

    • @samwitteveenai
      @samwitteveenai  5 месяцев назад +3

      I agree this is something I thought too. Fast API would give API end points and swagger for free etc.

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

      ​@@samwitteveenaiand it support native asgi

  • @thisbridgehascables
    @thisbridgehascables 5 месяцев назад +1

    The structure seems similar to SwiftUi .. in how you create the layout , text , buttons.. etc

  • @williamwong8424
    @williamwong8424 5 месяцев назад +1

    hi Sam, can you do also file upload or it has a stored memory of uploaded files in the backend where FE can just query? thanks

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

      I am not sure if they have an upload feature will look into it

  • @saya1_
    @saya1_ 5 месяцев назад +1

    how to run outside colab?

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

    Great Tutorial! Thank you!

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

    Google then: Let's create something nobody ever imagined and blow their minds.
    Google now: Let's repeat something already done, pretend it is better, and quietly withdraw support after 2 years.

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

    Thank you! You chose the right examples to whet my attention. Regards.

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

    Does this work well with threaded bg process?

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

      My guess since it is based on Flask it will be similar to that, but I'm not 100% sure

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

    Thank god possibly a standardized way to develop LLM Tool-Use 🎉

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

    WE can't use this outside of google colab like public links from gradio

  • @timmark4190
    @timmark4190 5 месяцев назад +1

    What about Taipy

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

      Taipei?

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

      Sorry it’s Taipy

    • @interspacer4277
      @interspacer4277 3 месяца назад

      This is what Im into of late, simply due to its faster data handling. Lot of streamlit folk are moving to it.

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

    Why people dont give Dash the love it deserves. Such powerful python UI maker

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

      I used it for a while about 5 years ago, but abandoned it for streamlit. It was good for dashboards but not interactive chat etc back then. Haven't looked at it in a long time. Have they added much?

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

    Compared to Gradio is it simpler? from your video it looks similar...

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

    can you make a video about langchain v0.2?

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

      I have started recording a course for this

  • @miriamramstudio3982
    @miriamramstudio3982 5 месяцев назад +1

    Great video. Thanks

  • @charetjc
    @charetjc 5 месяцев назад +1

    So I should learn how to do UI in a new language (python), with a new framework (mesop), so that I can do UI faster until I fix all the design flaws, then I can rewrite it in the language + framework I normally use?
    1) Correct me if I'm wrong, but python still has the global interpretter lock (GIL), which hurts scalability unless I want to spawn endless processes.
    2) There seems to be quite a bit of heavy lifting under the hood just due to the fact that so little code has to be written, which has become a complete red flag for me, since every tool I've used similar to this always gets in the way and I waste time trying to figure out what all that clockwork is doing behind the framework in order to achieve my goal.
    No thanks.

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

      yeah this is far more for building quick prototypes rather than a stylized UI. If you are comfortable at frontend then best use NextJS etc and call a server with the model

  • @AI-Wire
    @AI-Wire 5 месяцев назад

    Is there any way to host it for free and make a small app available to the public at a small scale?

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

      Gradio has that. Basically the app runs locally but gradio provides ssh tunnelling by providing a publicly accessible url. need to use share=True parameter while launching the app

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

      I agree this is a cool feature on Gradio, my guessis Google may stay away from this because of security issues etc

  • @micbab-vg2mu
    @micbab-vg2mu 5 месяцев назад +1

    Thank you :)

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

    Dang, that's amazing!

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

    very helpful

  • @andrewdang-u5h
    @andrewdang-u5h 5 месяцев назад +1

    Why are ppl sleeping on chain it

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

      ChainLit is great, but my sense is that these are different tools for different use cases.

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

    Awesome!

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

    Seems unnecessary