From 29727e64a1a535aee4a5696369da9e6846140401 Mon Sep 17 00:00:00 2001 From: Michael Royal <45159366+mikeroyal@users.noreply.github.com> Date: Thu, 13 Apr 2023 00:58:26 -0700 Subject: [PATCH] Added Web Whisper to Text-To-Speech Synthesis . --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0070135..4f07645 100644 --- a/README.md +++ b/README.md @@ -2290,6 +2290,8 @@ Home Assistant integrations. Credit: [Home Assistant](https://www.home-assistant [WaaS](https://github.com/schibsted/WAAS) is a Whisper as a Service (GUI and API for OpenAI Whisper). +[Web Whisper](https://codeberg.org/pluja/web-whisper) is a OpenAI's whisper on your web browser. [Demo](https://whisper.r3d.red/) + [Vosk](https://github.com/alphacep/vosk-api) is an offline open source speech recognition toolkit. It enables speech recognition for 20+ languages and dialects. [Coqui TTS](http://coqui.ai/) is a deep learning toolkit for Text-to-Speech, battle-tested in research and production.