Python
Speaker diarization with pyannote, pydub, whisper
In this post we will diarize using pyannote, segment using pydub, and transcribe using whisper. Installing pyannote on Windows While on https://huggingface.co/pyannote scroll down and click on the diariazation model for example code. In the TLDR section, take note of these comments in the example code on the website. You Read more…