Skip to content

Speaker diarization is the problem of identifying different speakers from a conversation and convert the same to speech-to-text format.

Notifications You must be signed in to change notification settings

bmonikraj/speaker-diarization-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Speaker diarization is the problem of identifying different speakers from a conversation and convert the same to speech-to-text format. This has been achieved here by affinity clustering method of sklearn.clusters

The dependency modules

  1. Librosa (Sound processing and DSP)
  2. Numpy (Matrix calculations)
  3. Sklearn (ML Algorithms)
  4. Scipy (Statistical calculations)

Python Version - 3.5 Audio format - wav

About

Speaker diarization is the problem of identifying different speakers from a conversation and convert the same to speech-to-text format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages