This project performs sentiment classification on IMDB movie reviews using Natural Language Processing (NLP) and Deep Learning (LSTM in TensorFlow).
It detects whether a movie review is Positive, Negative, or Neutral based on its text.
- Python
- TensorFlow / Keras
- Natural Language Processing (NLP)
- Deep Learning (LSTM)
- Jupyter Notebook
- Performed sentiment classification on IMDB reviews using NLP and deep learning to detect positive, negative, or neutral sentiments.
- Implemented preprocessing (tokenization, stemming, stop-word removal) and trained LSTM-based models for high accuracy.
- Deployed model for real-time sentiment prediction and feedback visualization.
- Install required libraries:
pip install -r requirements.txt