This project is a Sentiment Analysis API built using Flask, Scikit-learn, and NLTK. It classifies movie reviews as positive or negative using a Logistic Regression model trained on the NLTK Movie Reviews dataset.
- Classifies text as positive or negative sentiment.
- Uses TF-IDF vectorization for text preprocessing.
- Flask-based API for real-time predictions.
- Achieves ~86% accuracy on the test dataset.
git clone https://github.com/Akbar-0/sentiment-analysis.git
cd sentiment-analysis