Live data from Hacker News

Viewing profile — adrien-treuille

adrien-treuille

HN member
Joined
Mon, Sep 09, 2019, 9:09 PM UTC
HN karma
72
Public activity
31 items

About adrien-treuille

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
  3. 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…

  4. comment
    Comment #28763409

    Thank you TC!!

  5. 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…

  6. 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 …

  7. 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!

  8. comment
    Comment #24793271

    So cool! Please share your apps here and let us know about your experience!

  9. 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?

  10. 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!

  11. comment
    Comment #21566281

    Wow. This basically shows off all the basic building blocks in one Streamlit app. Thanks for sharing!

  12. comment
    Comment #21218151

    For all those wondering, this bug has been fixed https://github.com/streamlit/streamlit/pull/331

  13. 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…

  14. 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 …

  15. 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.…

  16. 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…

  17. comment
    Comment #21129747

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

  18. comment
    Comment #21129707

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

  19. 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! :)

  20. 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…

  21. 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…

  22. comment
    Comment #21127006

    ..and thanks Srynot!! :)

  23. 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.

  24. comment
    Comment #21126983

    Streamlit and Tensorflow work perfectly together. Actually, Streamlit is a great way to explore Tensorflow models in realtime.

  25. comment
    Comment #21126586

    Also, here's our launch blog post! :) https://towardsdatascience.com/coding-ml-tools-like-you-code...