2dv515-a2-clustering Svelte Themes

2dv515 A2 Clustering

Blog clustering: K-means + hierarchical clustering, FastAPI + Svelte frontend

A2 - Blog Clustering

K-means and Hierarchical clustering on blog data with 99 blogs and 706 word frequencies.

Quick Start

  1. Start backend:

    cd backend
    source .venv/bin/activate
    python -m uvicorn app.main:app --port 8000
    
  2. Start frontend:

    cd frontend
    npm run dev
    
  3. Open http://localhost:5173

Top categories

Loading Svelte Themes