Skip to content

vaidehichavan10/twitter_sentiment_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Twitter Sentiment Analysis

This project performs sentiment analysis on Twitter data to classify tweets as Positive, Negative, or Neutral.

Features

  • 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

Tools & Libraries

  • Python
  • Pandas, Numpy
  • NLTK / TextBlob
  • Matplotlib / Seaborn
  • Scikit-learn

How to Run

  1. Clone this repo
    git clone https://github.com/vaidehichavan10/twitter_sentiment_analysis.git

twitter_sentiment_analysis

About

Sentiment analysis on Twitter data using NLP and machine learning.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages