How to Use Forms in Streamlit EASY (Streamlit Tutorials 01.03)

Поділитися
Вставка
  • Опубліковано 17 жов 2024
  • If you enjoy this video, please subscribe.
    ✅Be my Patron: / wjbmattingly
    ✅PayPal: www.paypal.com...
    If there's a specific video you would like to see or a tutorial series, let me know in the comments and I will try and make it.
    If you liked this video, check out www.PythonHumanities.com, where I have Coding Exercises, Lessons, on-site Python shells where you can experiment with code, and a text version of the material discussed here.
    You can follow me at:
    / wjb_mattingly

КОМЕНТАРІ • 15

  • @SASDFFify
    @SASDFFify 3 роки тому +2

    really looking forward to the next streamlit video as caching data has been causing runtime issues in my app.
    Without caching my app takes 2-3 seconds to load but with caching its 70+ seconds which is puzzling since the data is only 10mb. I would really appreciate your expertise on this topic!

    • @python-programming
      @python-programming  3 роки тому

      I am glad you are liking the videos. I have 3 videos coming out this week on M/W/F. Monday should cover caching. Your 10mb data should not take that long to load. Something odd is happening.

    • @SASDFFify
      @SASDFFify 3 роки тому +1

      the data I'm loading in is a large networkx graph and I suspect the scale of all the nodes and edges might be causing problems, but I still haven't confirmed this.

    • @python-programming
      @python-programming  3 роки тому

      All of August will be videos on developing real apps to solve real problems from NLP to ML. One of the videos coming out is on network viz with streamlit. I am using PyVis for the video, but you may find it interesting too

    • @SASDFFify
      @SASDFFify 3 роки тому +1

      definitely my app is also using pyvis for network viz. your pyvis series was really helpful

    • @python-programming
      @python-programming  3 роки тому

      I am so glad! Thanks!

  • @twelsh37
    @twelsh37 2 роки тому +5

    Great video series. Learning a lot. Got flummoxed on the spacy load. Probably worth mentioning you need to download the model - 'python -m spacy download en_core_web_lg'

    • @python-programming
      @python-programming  2 роки тому

      Thanks for pointing that out for others! I should have mentioned that. Thanks for catching my overlooking of that.

  • @princendukwe1627
    @princendukwe1627 6 місяців тому

    instead of spacy can it be dont on nltk

  • @jjusteri9352
    @jjusteri9352 Рік тому +1

    And where is the code repo... psh

  • @shneor.e
    @shneor.e 2 роки тому +2

    Are you Corey Schafer's brother