movie-review-sentiment-analysis
There are 3 repositories under movie-review-sentiment-analysis topic.
BeautifulBeer/Movie_Review_Sentiment_Analysis
Kaggle Competition, "Movie Review Sentiment Analysis (Kernels Only)", with Pytorch
5103691/MovieReviewSentimentAnalysis
I Developed a model successfully predicts whether a movie review is positive or negative by cleaning the input text (removing special characters, punctuation, and stopwords),vectorizing it usingTF-IDF,and then classifying it with a Logistic Regression model. IT includes inputValidation,errorhandling, and an interactive web app built with Streamlit