Speaker Clustering Methods

Choose and implement clustering algorithms for grouping speaker embeddings after VAD and embedding extraction. Compare Hierarchical clustering (auto-tunes speaker count), KMeans (fast, requires known count), and Agglomerative clustering (fixed clusters). Use Hierarchical clustering when speaker count is unknown, KMeans when count is known, and always normalize embeddings before clustering. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/benchflow-ai--skillsbench--speaker-clustering commit 3fe5b545ff

Frequently asked questions

npx skillmds@latest add tomevault-io/speaker-clustering-methods