← Back to Projects

Project · twitter-sentiment

Twitter Sentiment Analysis

4 stars

NLP pipeline for real-time sentiment classification of tweets. Built during a summer internship at NUS Singapore, classifying text polarity using trained ML models.

PythonNLTKscikit-learnPandas
twitter-sentiment
Twitter Sentiment Analysis

About

An NLP pipeline for classifying tweet sentiment using trained ML models. Built during a summer internship at Cyient, it preprocesses tweets with NLTK, extracts features, and classifies polarity using scikit-learn classifiers trained on labeled datasets.