This project performs sentiment analysis on text reviews using Natural Language Processing (NLP).
- Python
- Pandas
- Scikit-learn
- CountVectorizer
- Multinomial Naive Bayes
- Converts text into numerical features using Bag of Words.
- Trains a Naive Bayes classification model.
- Predicts whether a review is Positive or Negative.
- Accepts user input for real-time sentiment prediction.
- Natural Language Processing (NLP)
- Bag of Words
- CountVectorizer
- Text Classification
- Naive Bayes Algorithm
MANOJ M