Viewing profile — adrien-treuille
adrien-treuille
HN member- Joined
- Mon, Sep 09, 2019, 9:09 PM UTC
- HN karma
- 72
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About adrien-treuille
No profile information was provided.
Recent public activity
-
comment
Comment #40147480
Actually, Snowflake doesn’t use Arctic for SQL codegen internally. They use a different model chained with mistral-large… and they do smoke the competition. https://medium.com/snow…
- comment
-
comment
Comment #28763448
Glad you like Streamlit, rkzw. We do have an authentication solution: streamlit.io/cloud Still in private beta but you can usually get in pretty quickly after filling out the quest…
-
comment
Comment #28763409
Thank you TC!!
-
comment
Comment #28761483
Hey. Adrien here — CEO and co-creator of Streamlit. Big thank you to the whole Streamlit community for getting to this epic milestone. 1.0 is here!!!!! (Also, I’ll be online to ans…
-
comment
Comment #24793311
Jordan: To followup on Randy's note, the best place to find answers to questions like this is on our forums (Streamlit homepage > Community). Not only will we Streamlit developers …
-
comment
Comment #24793283
So great to hear pratos. If you deploy any cool apps today, please share them here. We'd love to take a look!
-
comment
Comment #24793271
So cool! Please share your apps here and let us know about your experience!
-
comment
Comment #24791145
kk58 : Awesome to hear! Tabs are on the way, and a big overhaul of caching for 2021 too :) Would love to hear your thoughts. Email me at my first name at streamlit.io?
-
comment
Comment #24789657
Hey all. I’m one of the founders of Streamlit! We’re so proud to be launching this please feel free to ask me anything and share awesome apps here!
-
comment
Comment #21566281
Wow. This basically shows off all the basic building blocks in one Streamlit app. Thanks for sharing!
-
comment
Comment #21218151
For all those wondering, this bug has been fixed https://github.com/streamlit/streamlit/pull/331
-
comment
Comment #21188799
Hey Sails. This is a great question! I've never used Lambda, but your question prompted two thoughts: (1) Streamlit has an interesting property which we haven't yet publicized whic…
-
comment
Comment #21187653
This is really cool. We've been thinking about these issues to create an image masking widget in Streamlit. Would be interesting to connect when we start down that path. If you're …
-
comment
Comment #21172849
(co-founder of Streamlit here) Ian: Thanks for that comment. You're exactly right: Streamlit adapts a React-like model. In fact, the connection goes deeper than the post describes.…
-
comment
Comment #21140523
Open-source Streamlit (github.com/streamlit) free forever. Our business model is to charge for our the enterprise version, Streamlit for Teams (streamlit.io/forteams), which provid…
-
comment
Comment #21129747
Thanks! Yeah Dash and Jupyter were major inspirations for Streamlit, as was Observable, Shiny, React, and Elm! :)
-
comment
Comment #21129707
Thanks!! We do think it's super fun to play with. :)
-
comment
Comment #21129272
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! :)
-
comment
Comment #21128088
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 t…
-
comment
Comment #21127079
You can see an example of using Streamlit to do realtime inference on a Tensorflow model in this blog post: https://towardsdatascience.com/coding-ml-tools-like-you-code... (About 9…
-
comment
Comment #21127006
..and thanks Srynot!! :)
-
comment
Comment #21126993
The secret is to use @st.cache(ignore_hash=True) to store Tensorflow state. If more questions / issues come up, please post them here or in our forums discuss.streamlit.io.
-
comment
Comment #21126983
Streamlit and Tensorflow work perfectly together. Actually, Streamlit is a great way to explore Tensorflow models in realtime.
-
comment
Comment #21126586
Also, here's our launch blog post! :) https://towardsdatascience.com/coding-ml-tools-like-you-code...