- Diarization Pipeline: Uses the pre-trained
pyannote/speaker-diarization-3.1
pipeline for diarization. - Embedding Model: Uses the pre-trained
pyannote/embedding
model to extract speaker embeddings. - Clustering: Embedding vectors are clustered using DBSCAN based on cosine similarity.
- Database Interaction: The script interacts with a database to retrieve and update audio file metadata using SQLAlchemy.
-
Notifications
You must be signed in to change notification settings - Fork 0
This project uses a pre-trained diarization pipeline and embedding model to detect and cluster speakers from audio, assigning unique IDs per speaker. Speaker embeddings are clustered with DBSCAN based on cosine similarity, and audio metadata is managed via SQLAlchemy for database interactions.
MrBinit/Speaker-embedding-and-Clustering
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This project uses a pre-trained diarization pipeline and embedding model to detect and cluster speakers from audio, assigning unique IDs per speaker. Speaker embeddings are clustered with DBSCAN based on cosine similarity, and audio metadata is managed via SQLAlchemy for database interactions.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published