Streamlit launches open-source machine learning application dev framework
1–10 of 21 posts
Re: Streamlit launches open-source machine learning application dev framework
#2Re: Streamlit launches open-source machine learning application dev framework
#3https://towardsdatascience.com/coding-ml-tools-like-you-code...
I'm happy to answer any questions you have!
Re: Streamlit launches open-source machine learning application dev framework
#4I've played around with the beta a bit, and really enjoy the workflow for building simple, interactive apps for showing off ML models.
Re: Streamlit launches open-source machine learning application dev framework
#5Re: Streamlit launches open-source machine learning application dev framework
#6We just started using Streamlit at work & like it a lot!
Re: Streamlit launches open-source machine learning application dev framework
#7We'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
#8Hi. 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!
Re: Streamlit launches open-source machine learning application dev framework
#9Hi. 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
#10This 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…