Skip to content

anika0001/Task---4-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Task 4: Public Sentiment Analysis using Twitter Data

This project was done as part of my internship at Prodigy Infotech (June 2025) in the Data Science domain.

πŸ“Œ Objective:

To analyze public sentiment based on tweets using Natural Language Processing (NLP) techniques and classify them as Positive, Negative, or Neutral.

πŸ› οΈ Tools & Libraries:

  • Python
  • Tweepy (or pre-downloaded dataset)
  • Pandas, NumPy
  • NLTK / TextBlob / VaderSentiment
  • Matplotlib / Seaborn for visualization
  • Scikit-learn (for model training & evaluation)

πŸ”Ž Steps Followed:

  • Collected or loaded tweet data
  • Text preprocessing (cleaning, tokenization, removing stopwords, etc.)
  • Sentiment labeling using TextBlob or Vader
  • Visualized sentiment distribution using bar/pie charts
  • Trained classification model (optional step)

βœ… Output:

  • Successfully analyzed sentiments from Twitter data.
  • Visualized public opinion using charts.
  • (Optional) Achieved good accuracy with ML-based sentiment classification.

πŸ‘©β€πŸ’» Anika
BTech CSE (AI & DS) | Intern at Prodigy Infotech

About

Task 4 - Public Sentiment Analysis Using Twitter Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors