From d889345e071de21a83bdae60ba4b07110cfd0696 Mon Sep 17 00:00:00 2001 From: Mahmoud Ashraf Date: Fri, 28 Apr 2023 10:56:13 +0200 Subject: [PATCH] added whisper-diarize (#193) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 39a1c4a..b367fd6 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,8 @@ Here is a non exhaustive list of open-source projects using *faster-whisper*. Fe * [whisper-ctranslate2](https://github.com/Softcatala/whisper-ctranslate2) is a command line client based on `faster-whisper` and compatible with the original client from openai/whisper. +* [whisper-diarize](https://github.com/MahmoudAshraf97/whisper-diarization) is a speaker diarization tool that is based on `faster-whisper` and nvidia nemo. + ## Model conversion When loading a model from its size such as `WhisperModel("large-v2")`, the correspondig CTranslate2 model is automatically downloaded from the [Hugging Face Hub](https://huggingface.co/guillaumekln).