Sentiment analysis is a natural language processing (NLP) task that involves determining the sentiment or emotional tone expressed in a piece of text. In this project, we perform sentiment analysis on a movie review dataset using a Naive Bayes classifier. The dataset consists of movie reviews labeled as either "positive" or "negative" sentiment, and our goal is to build a model that can accurately predict the sentiment of new reviews.