From 7b271da0351e4f81f80e8bb4d2c21c9406475aa9 Mon Sep 17 00:00:00 2001 From: Hrishikesh Barman Date: Thu, 17 Aug 2023 12:20:24 +0530 Subject: [PATCH] docs: add wscribe to community integrations (#427) wscribe is a utility to generate transcript specifically to make it easy for further manual edits accompanied by the wscribe-editor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 44685e6..1993271 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ Here is a non exhaustive list of open-source projects using faster-whisper. Feel * [whisper-standalone-win](https://github.com/Purfview/whisper-standalone-win) contains the portable ready to run binaries of faster-whisper for Windows. * [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) ## Model conversion