An interactive web app that analyzes article content in real time and transforms the most important topics into an immersive 3D word cloud for visual exploration.
This project takes a news article URL, scrapes the content, extracts key terms using NLP techniques, and turns the result into a responsive 3D visualization. The experience combines backend text analysis with a frontend that is intentionally visual, interactive, and exploratory.
Uses TF-IDF and text preprocessing to surface meaningful article keywords.
Processes real article links instead of relying on static datasets.
Uses React Three Fiber and Three.js for an immersive topic layout.
Designed for real-time interaction rather than offline-only analysis.