From b188c63bcfe06330c4a6f760a630697124476a4c Mon Sep 17 00:00:00 2001 From: jhj0517 <97279763+jhj0517@users.noreply.github.com> Date: Wed, 21 Aug 2024 21:27:55 +0900 Subject: [PATCH] Update README.md to add a project --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7d54ee4..c3a73dde 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,7 @@ Here is a non exhaustive list of open-source projects using faster-whisper. Feel * [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. +* [Whisper-WebUI](https://github.com/jhj0517/Whisper-WebUI) is a gradio based web UI that uses faster-whisper for transcription by default. You can use it as a easy subtitle generator. ## Model conversion