Live data from Hacker News

Streamlit launches open-source machine learning application dev framework

techcrunch.com

1–10 of 21 posts

Re: Streamlit launches open-source machine learning application dev framework

#6

We just started using Streamlit at work & like it a lot!

That's great to hear! Check out 0.47 which we released yesterday! There are tons of great new features, but we've been too busy with the launch to post the changelog yet! :)

Re: Streamlit launches open-source machine learning application dev framework

#7
This looks really cool!

We've been using Plotly's Dash framework for about a year and a half at work and its been fantastic and only getting better. I do like the idea of not having callbacks here, though I've started to get a lot more comfortable with it and it feels a bit more robust.

At first glance, this feels like a competitor to Dash, but after chatting about this with my team, we realized it actually is closer to being a Jupyter Notebook/Lab replacement!

One of the things we all, my team that is, dislike about notebooks is the autocomplete and half baked IDE feeling. All of us prefer to stay in PyCharm and Streamlit lets you do just that, while keeping the interactive interface in addition to caching, which emulates the best part of notebook cells, saving your state and not having to rerun the entire script!

Re: Streamlit launches open-source machine learning application dev framework

#8

Hi. I'm Adrien, co-Founder and CEO of Streamlit. For more information, please check out our launch post: https://towardsdatascience.com/coding-ml-tools-like-you-code... I'm happy to answer any questions you have!

Congrats on the launch. It looks very promising and like a lot of fun to play with. Can't wait to try it out.

Re: Streamlit launches open-source machine learning application dev framework

#9

Hi. I'm Adrien, co-Founder and CEO of Streamlit. For more information, please check out our launch post: https://towardsdatascience.com/coding-ml-tools-like-you-code... I'm happy to answer any questions you have!

Congrats on the launch. It looks very promising and like a lot of fun to play with. Can't wait to try it out.

Thanks!! We do think it's super fun to play with. :)

Re: Streamlit launches open-source machine learning application dev framework

#10

This looks really cool! We've been using Plotly's Dash framework for about a year and a half at work and its been fantastic and only getting better. I do like the idea of not having callbacks here, though I've started to get a lot more comfortable with it and it feels a bit more robust. At first glance, this feels like a competitor to Dash, but after chatting about this with my team, we realized it actually is closer…

Thanks! Yeah Dash and Jupyter were major inspirations for Streamlit, as was Observable, Shiny, React, and Elm! :)
Post reply on HN