huggingface / diarizers

220 stars 15 forks source link

How do I retrive the speech text? #5

Open meera opened 2 months ago

meera commented 2 months ago

Running starter program, it detects the speakers. How do I get the speech?

My usecase is I like to output a transcript in following form

Start_time, End_Time, SpeechText, Speaker_id

kamilakesbi commented 2 months ago

Hi @meera,

Thank you for your question! This library is focused on speaker detection. It won't help you transcribe text.

You could perhaps use WhisperX (https://github.com/m-bain/whisperX) if you're interested in both speaker diarization and transcription!