rohanmistry231/Movie-Sentiment-Analysis-App
Description A Python-based web application for analyzing sentiment in movie reviews using NLP techniques and machine learning models. Built with Flask and libraries like NLTK or TextBlob, it provides a user-friendly interface for sentiment classification.
This web application helps movie enthusiasts and film industry professionals quickly understand audience reactions to movies. You input movie review text, and it outputs a sentiment prediction (positive or negative) with a confidence score. This tool is perfect for anyone who needs to gauge public opinion on film content without manually sifting through numerous reviews.
No commits in the last 6 months.
Use this if you need to rapidly determine the overall sentiment of individual movie reviews.
Not ideal if you require sentiment analysis for large, unstructured datasets beyond individual movie reviews, or need to analyze sentiment across multiple languages.
Stars
10
Forks
1
Language
Jupyter Notebook
License
MIT
Category
Last pushed
May 24, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/rohanmistry231/Movie-Sentiment-Analysis-App"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
JayanthSrinivas06/Sarcasm-and-Irony-detection
This project implements a Bidirectional LSTM (BiLSTM) model for text classification using...
TarikKaanKoc/IMDB-Sentiment-Analysis-NLP
IMDB dataset having 50K movie reviews for natural language processing or Text analytics. This is...
lakshaybamel/sentiment-analysis-lstm-imdb
LSTM-based sentiment analysis on IMDB dataset using PyTorch with full NLP pipeline, training,...
dejanjovic1283-ui/end-to-end-nlp-sentiment-analysis
IMDB sentiment analysis using NLP, TF-IDF, Logistic Regression, and Streamlit.
laythfadhala/Sentiment-Analysis
This example uses model trained on movie reviews. This model scores the sentiment of text with a...