This project performs sentiment analysis on Twitter data to classify tweets as Positive, Negative, or Neutral.
- Fetches live tweets using the Twitter API (Tweepy)
- Preprocesses text (remove hashtags, mentions, URLs)
- Uses NLP techniques and models like Logistic Regression or BERT
- Visualizes sentiment distribution with matplotlib/seaborn
- Python
- Pandas, Numpy
- NLTK / TextBlob
- Matplotlib / Seaborn
- Scikit-learn
- Clone this repo
git clone https://github.com/vaidehichavan10/twitter_sentiment_analysis.git