This project performs Sentiment Analysis on a small IMDb dataset (positive, negative, neutral reviews).
It uses a simple Naive Bayes model with text preprocessing and vectorization.
data/β containsimdb_reviews.csvdatasetnotebooks/β exploratory analysis & model training notebooksrc/β clean Python code for training and predictionrequirements.txtβ required libraries
1οΈβ£ Clone the repository
git clone https://github.com/YOUR_USERNAME/Sentiment-Analysis.git
cd Sentiment-Analysis