Show HN: Streamlit – Turn Python Scripts into Beautiful ML Tools

by adrien-treuilleon 10/1/2019, 3:31 PMwith 8 comments

by adrien-treuilleon 10/1/2019, 3:31 PM

Hi. :) I’m Adrien, co-founder of Streamlit. This project started with my personal frustration trying to build high-quality machine learning tools to visualize datasets and models. As a researcher and engineer, I’ve seen how poor tooling slows down machine learning projects. I wondered if we could make building beautiful, interactive tools as easy as writing simple Python scripts.

Over the past year, my teammates and I have worked with a select beta community of over a hundred machine learning engineers to make a free, open-source Python library called Streamlit. We wanted the process of coding beautiful, interactive ML tools to feel like training a neural net or performing an ad-hoc analysis in Jupyter. We think we've achieved this, and I'm really excited to share it with all of you!

We’d love to hear your thoughts and ideas. I’ll be here to answer any questions you might have!

by adrien-treuilleon 10/1/2019, 3:38 PM

Also, here's our launch blog post! :)

https://towardsdatascience.com/coding-ml-tools-like-you-code...

by breckon 10/4/2019, 2:24 PM

Cool stuff! Architecture makes sense. I may try this next model I build.