by ZeroCool2u on 10/1/2019, 7:33:16 PM
by adrien-treuille on 10/1/2019, 5:29:24 PM
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!
by devonproctor on 10/1/2019, 6:22:35 PM
Congratulations on the launch!
I've played around with the beta a bit, and really enjoy the workflow for building simple, interactive apps for showing off ML models.
by rememberlenny on 10/1/2019, 8:29:04 PM
I tried using this today and it's really slick. The API and the ease of implementation on OSx and Ubuntu were surprising.
by IntenseChaos on 10/1/2019, 6:44:15 PM
We just started using Streamlit at work & like it a lot!
by _frkl on 10/2/2019, 1:14:04 AM
Nice, this looks well thought out, thanks! Haven't played with it yet, but it looks like it can be used for 'normal' data science stuff as well as machine learning, is that right?
by srynot on 10/1/2019, 4:51:46 PM
I just saw their Show HN this morning. Pretty cool tool
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!