An open API service indexing awesome lists of open source software.

https://github.com/aliirshad3098/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
https://github.com/aliirshad3098/MovieReviewSentimentAnalysis

logistic-regression machinelearning movie-review-sentiment-analysis nlp sentiment-analysis streamlit

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project