---
name: ASR Benchmark Dashboard
description: Next.js dark-themed dashboard for visualizing ASR benchmark results across models and checkpoints
type: project
---

ASR Benchmark Dashboard built at `/home/ubuntu/training/asr-benchmark-dashboard/` using Next.js 16 + Recharts.

**Why:** Centralized visualization for comparing WER/CER across 3 models (Qwen3-ASR, Gemma-3n-E2B, Parakeet-1.1B) and their checkpoints on the indic-asr-benchmark-6k dataset.

**How to apply:**
- Canonical benchmark outputs go in `/home/ubuntu/training/benchmark_outputs/<model_id>/<checkpoint>/` with `metrics.json` and `sample_analysis.json`
- Schema defined in `/home/ubuntu/training/benchmark_schema/BENCHMARK_SCHEMA.md`
- Dashboard reads from benchmark_outputs via API routes
- Model IDs: `qwen3-asr`, `gemma3n-e2b`, `parakeet-1.1b`
- Run with `npm run dev` from the dashboard directory, serves on port 3000
