You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I developed a Sentiment Analysis System that classifies text as positive, negative, or neutral. I used Python, NLP techniques, and TF-IDF vectorization to convert text into numerical form and trained a machine learning model for prediction. I also built a PyQt GUI so users can easily input text and view sentiment results in real time.