From 32b962bed80f1adb15fabb95847c4cba80ad5a59 Mon Sep 17 00:00:00 2001 From: Purfview <69023953+Purfview@users.noreply.github.com> Date: Tue, 9 May 2023 19:20:41 +0100 Subject: [PATCH] Adds: whisper-standalone-win (#216) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b367fd6..2f0458a 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,8 @@ Here is a non exhaustive list of open-source projects using *faster-whisper*. Fe * [whisper-diarize](https://github.com/MahmoudAshraf97/whisper-diarization) is a speaker diarization tool that is based on `faster-whisper` and nvidia nemo. +* [whisper-standalone-win](https://github.com/Purfview/whisper-standalone-win) contains the portable ready to run binaries of `faster-whisper` for Windows. + ## 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).