Make a Sentiment Analysis Web App using Python | Streamlit

Поділитися
Вставка
  • Опубліковано 5 вер 2022
  • In this video, we make a sentiment analysis web app using TextBlob. It takes a CSV file, analyzes the sentiment in it, and adds columns about the score of the sentiment to the file. Sourcecode below-
    ---------------Support Pythonology---------------
    www.buymeacoffee.com/pythonology
    ---------------Best Online Resource for Python---------------
    Datacamp: The best online resource to learn Python, Web Scraping, Data analysis, and Data Science (Affiliate link)
    datacamp.pxf.io/pythonology
    ---------------Source Code---------------
    github.com/Vidito/textblob_se...
  • Наука та технологія

КОМЕНТАРІ • 17

  • @thathabeshasoftwareengineer
    @thathabeshasoftwareengineer Рік тому +9

    damn you're really good at teaching. loved this video. the UA-cam AI will read this comment with Sentiment Analysis and will give it a higher polarity to get recommended to more people. Thanks alot.

    • @Pythonology
      @Pythonology  Рік тому +2

      thank you so much :) the Algorithm has not helped that much so far :D your comment may give it a nudge.

    • @Ilakkiya_MG
      @Ilakkiya_MG 8 місяців тому

      can you please tell me in which platform is he running his code?

  • @alidemir8588
    @alidemir8588 Рік тому

    thank you very much for dieses helpful movie ❤

  • @return_1101
    @return_1101 Рік тому +2

    Your content is awesome.

  • @m.s.n.kishore9994
    @m.s.n.kishore9994 3 місяці тому

    What type of xlsx file needed for the data.

  • @kyilin2796
    @kyilin2796 Рік тому

    Thank you so much it is very helpful for me.
    But I wannt to see the coloumn of the dataset that u input.
    Plz reply back to me. I need your help.

  • @m.s.n.kishore9994
    @m.s.n.kishore9994 3 місяці тому

    needed the dataset in the description
    please.

  • @HanaNoufal
    @HanaNoufal 3 місяці тому

    how can we do this for application reviews

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

    Excellent explanation and content can you record tutorial to deploy this app on heroku

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

    Thank you for this great content! I'm getting the error below. What could be the reason? Also in your code, I see df seems to be undefined under the line @st.cache. Can you help me? Thanks in advance!
    Error in streamlit after excel upload: TypeError: The `text` argument passed to `__init__(text)` must be a string, not
    Probably because of this line: df['score'] = df['texts'].apply(score)

  • @Ilakkiya_MG
    @Ilakkiya_MG 8 місяців тому

    In which platform are you running this code?

  • @SANJAYKUMAR-ns4ch
    @SANJAYKUMAR-ns4ch 6 місяців тому

    can you add dataset in your description