From 0f81bf5ada31855f004bb9f5f55ebf1a66669d19 Mon Sep 17 00:00:00 2001 From: spottenn Date: Sun, 29 Oct 2023 17:47:54 -0600 Subject: [PATCH 1/2] Added whisper speech typing to community integrations. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 36320fa..ad9a2f8 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,8 @@ Here is a non exhaustive list of open-source projects using faster-whisper. Feel * [asr-sd-pipeline](https://github.com/hedrergudene/asr-sd-pipeline) provides a scalable, modular, end to end multi-speaker speech to text solution implemented using AzureML pipelines. * [Open-Lyrics](https://github.com/zh-plus/Open-Lyrics) is a Python library that transcribes voice files using faster-whisper, and translates/polishes the resulting text into `.lrc` files in the desired language using OpenAI-GPT. * [wscribe](https://github.com/geekodour/wscribe) is a flexible transcript generation tool supporting faster-whisper, it can export word level transcript and the exported transcript then can be edited with [wscribe-editor](https://github.com/geekodour/wscribe-editor) +* [whisper-speech-typing](https://github.com/spottenn/whisper-speech-typing) is a speech-to-text typing tool that leverages the power of faster-whisper for on-the-fly, high accuracy voice typing with automatic punctuation and capitalization. + ## Model conversion From 58b431547e9463d086200ea492fcb49eadfcf6fa Mon Sep 17 00:00:00 2001 From: spottenn Date: Sun, 29 Oct 2023 17:50:24 -0600 Subject: [PATCH 2/2] Added whisper speech typing to community integrations. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ad9a2f8..023e332 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,6 @@ Here is a non exhaustive list of open-source projects using faster-whisper. Feel * [wscribe](https://github.com/geekodour/wscribe) is a flexible transcript generation tool supporting faster-whisper, it can export word level transcript and the exported transcript then can be edited with [wscribe-editor](https://github.com/geekodour/wscribe-editor) * [whisper-speech-typing](https://github.com/spottenn/whisper-speech-typing) is a speech-to-text typing tool that leverages the power of faster-whisper for on-the-fly, high accuracy voice typing with automatic punctuation and capitalization. - ## 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).