Make a Sentiment Analysis Web App using Python | Streamlit

preview_player
Показать описание
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----------------
----------------Best Online Resource for Python----------------
Datacamp: The best online resource to learn Python, Web Scraping, Data analysis, and Data Science (Affiliate link)
----------------Source Code----------------
Рекомендации по теме
Комментарии
Автор

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

thathabeshasoftwareengineer
Автор

Thank you very much for your guidance ♥

HashaniThrimavithana
Автор

this would me soooo muchhhh on my final project, thankk you so muchhhh

muhmammdhidytllh
Автор

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

learnsharegrowwithgh
Автор

What type of xlsx file needed for the data.

m.s.n.kishore
Автор

needed the dataset in the description
please.

m.s.n.kishore
Автор

thank you very much for dieses helpful movie ❤

alidemir
Автор

how can we do this for application reviews

HanaNoufal
Автор

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.

kyilin
Автор

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 <class 'float'>

Probably because of this line: df['score'] = df['texts'].apply(score)

johnlens
Автор

can you add dataset in your description

SANJAYKUMAR-nsch
Автор

In which platform are you running this code?

Ilakkiya_MG