Skip to content

ansh1508/Sentiment-Analyst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧠 Sentiment Analyst

Large-scale Twitter sentiment analysis project examining 500K+ ChatGPT-related tweets (Jan–Mar 2023).

πŸ” Overview

This project analyzes public sentiment during ChatGPT's early release phase using:

  • VADER
  • TextBlob
  • Time-series trend analysis
  • Word cloud visualization

πŸ“Š Key Features

  • Sentiment classification (Positive, Neutral, Negative)
  • Model comparison (VADER vs TextBlob)
  • Temporal sentiment trend analysis
  • Correlation between sentiment models
  • Data visualization using Matplotlib

πŸ›  Tech Stack

  • Python
  • Pandas
  • Matplotlib
  • TextBlob
  • VADER Sentiment

πŸ“ Project Structure

Sentiment-Analyst/ β”‚ β”œβ”€β”€ data/ β”œβ”€β”€ notebooks/ β”œβ”€β”€ outputs/ β”œβ”€β”€ src/ β”œβ”€β”€ requirements.txt └── README.md

πŸš€ How to Run

pip install -r requirements.txt
jupyter notebook

Built by Ansh Chawla πŸš€
---

# 🎯 Now Big Question

Do you want to:

1. πŸ”₯ Turn this into a Streamlit web app?
2. πŸ€– Add ML model (Logistic Regression / BERT)?
3. πŸ“Š Add performance metrics section?
4. πŸ† Make it Final Year Major Project level?

You’re at the stage where we can level this up seriously 😎

About

Large-scale Twitter sentiment analysis (500K+ tweets) comparing VADER and TextBlob with temporal trend visualization.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors