Skip to content

Raqib1412/TwitterSentimentProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Twitter Sentiment Analysis

This project performs sentiment analysis on tweets using the TextBlob library. It classifies tweets into positive, negative, or neutral categories and visualizes results using word clouds and plots.

πŸ“‚ Dataset

πŸ› οΈ Tools & Libraries

  • Python
  • Pandas
  • TextBlob
  • Matplotlib
  • Seaborn
  • WordCloud

πŸ“ˆ Project Workflow

  1. Load and inspect data
  2. Preprocess text (remove links, mentions, special chars)
  3. Analyze sentiment polarity using TextBlob
  4. Label sentiment as positive, neutral, or negative
  5. Visualize results using Word Clouds and Count Plots

πŸ–ΌοΈ Visualizations

  • Word clouds for positive & negative tweets
  • Sentiment distribution bar chart

πŸ“Œ Output

Insight into public sentiment based on tweets using natural language processing (NLP).


About

This project analyzes the sentiment of tweets using TextBlob, classifying them into positive, negative, or neutral, and visualizing the results with word clouds and bar plots.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors