K-means and Hierarchical clustering on blog data with 99 blogs and 706 word frequencies.
Start backend:
cd backend source .venv/bin/activate python -m uvicorn app.main:app --port 8000
Start frontend:
cd frontend npm run dev
Open http://localhost:5173