Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 747 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 747 Bytes

speaker-diarization

Speaker diarization is the process of partitioning an audio stream containing human speech into homogeneous segments according to the identity of each speaker.

this project includes API, web UI and telegram bot. API module provides three endpoint with deferent response type. all three endpoints get an audio file and use speaker diarization model to process on audio. API results are rttm, TF plot and combined by ASR results. web ui provides an interface to upload your audio file or record a voice for speaker diarization. telegram bot is an useful and simple choice to use speaker diarization. you can record voice or forward voices from your chats to convert it to text aside its speaker tag.

Installation

Use