Reddit Sentiment Analysis
- Tech Stack: Python, Reddit API (PRAW), VADER Sentiment Analysis, Pandas
- Github URL: Project Link
Created a data-driven application to rank universities based on sentiment analysis of text data extracted from their respective subreddits. The project leverages Reddit’s PRAW API for efficient data scraping and VADER Sentiment Analysis for processing textual sentiment scores.
Implemented a pipeline to fetch, clean, and preprocess posts and comments from university subreddits, generating a comprehensive sentiment dataset. Calculated overall sentiment scores to rank universities from most positive to negative based on user opinions.