Reddit API · NLP · Discussion Intelligence
Reddit Pulse Lab
A Reddit discussion-intelligence app that turns subreddit posts into pain-point themes, keyword signals, engagement patterns, and similar-thread recommendations.
Problem
Reddit contains valuable public discussion signals, but raw API responses are deeply nested, paginated, noisy, and hard to interpret directly. A user needs a clean way to turn posts into themes, keywords, related threads, and exportable insights.
Solution
I built a Streamlit app that fetches Reddit JSON, combines paginated records, cleans text, creates word vectors, normalizes them, computes cosine similarity, labels pain-point themes, and presents the output as a productized analytics dashboard.
Core Features
What It Demonstrates
This project demonstrates API ingestion, JSON normalization, text preprocessing, vectorization, cosine similarity, lightweight NLP, product analytics, and dashboard design.