This project analyzes tweets to classify them as positive or negative using Naive Bayes.
- Data Preprocessing (Removing stopwords, punctuation)
- Exploratory Data Analysis (EDA)
- Naive Bayes Model Training
- Sentiment Prediction
git clone https://github.com/your-username/twitter_sentiment_analysis.git
cd twitter_sentiment_analysis
pip install -r requirements.txt