NLP • Three.js • FastAPI • React

3D Word Cloud Visualization

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.

Project Overview

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.

How It Works

Highlights

NLP Pipeline

Uses TF-IDF and text preprocessing to surface meaningful article keywords.

URL-Based Analysis

Processes real article links instead of relying on static datasets.

3D Visualization

Uses React Three Fiber and Three.js for an immersive topic layout.

Fast Feedback

Designed for real-time interaction rather than offline-only analysis.

Technologies Used