Project Overview

This web app provides real-time sentiment analysis of the latest posts from any subreddit (default: r/politics and r/AITA). It fetches the newest headlines via Reddit’s API, runs them through a fine-tuned DistilBERT sentiment model hosted on Hugging Face, and serves both cached and live results.

Backend: Flask, Redis (for caching), Hugging Face Inference Endpoint (DistilBERT).
Frontend: HTML/CSS/JavaScript. Deployed on Vercel.

Structure

Coolest Features

To Do

Creator(s)