From 22c75d0cc362e003e7be2fe654f9e3866a4b4692 Mon Sep 17 00:00:00 2001 From: BBC-Esq Date: Wed, 21 Feb 2024 04:18:11 -0500 Subject: [PATCH] Update README.md (#672) Add Faster-Whisper-Transcriber to community integrations. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64f86b2..570cd66 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,7 @@ Here is a non exhaustive list of open-source projects using faster-whisper. Feel * [aTrain](https://github.com/BANDAS-Center/aTrain) is a graphical user interface implementation of faster-whisper developed at the BANDAS-Center at the University of Graz for transcription and diarization in Windows ([Windows Store App](https://apps.microsoft.com/detail/atrain/9N15Q44SZNS2)) and Linux. * [Whisper-Streaming](https://github.com/ufal/whisper_streaming) implements real-time mode for offline Whisper-like speech-to-text models with faster-whisper as the most recommended back-end. It implements a streaming policy with self-adaptive latency based on the actual source complexity, and demonstrates the state of the art. * [WhisperLive](https://github.com/collabora/WhisperLive) is a nearly-live implementation of OpenAI's Whisper which uses faster-whisper as the backend to transcribe audio in real-time. +* [Faster-Whisper-Transcriber](https://github.com/BBC-Esq/ctranslate2-faster-whisper-transcriber) is a simple but reliable voice transcriber that provides a user-friendly interface. ## Model conversion