Add links to piper/whisper standalone Docker images (#27193)

* Add links to piper/whisper standalone Docker images

* Add word
This commit is contained in:
Michael Hansen 2023-04-28 11:07:28 -05:00 committed by GitHub
parent c0daeec661
commit fcba83faf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,6 +86,8 @@ _For more samples, see [the Piper website][piper-samples]_
An {% my supervisor_addon addon="core_piper" title="add-on with Piper" %} is available now for Home Assistant with [over 40 voices across 18 languages][piper-samples], including: Catalan, Danish, German, English, Spanish, Finnish, French, Greek, Italian, Kazakh, Nepali, Dutch, Norwegian, Polish, Brazilian Portuguese, Ukrainian, Vietnamese, and Chinese. Voices for Piper are trained from [open audio datasets][open-audio], many of which come from [free audiobooks read by volunteers][audiobook]. If youre interested in contributing your voice, [let us know!][contact]
You can also run [Piper as a standalone Docker container](https://hub.docker.com/r/rhasspy/wyoming-piper).
[mm-algo]: https://github.com/jaywalnut310/vits/
[piper-samples]: https://rhasspy.github.io/piper-samples
[open-audio]: http://www.openslr.org/
@ -98,6 +100,8 @@ An {% my supervisor_addon addon="core_piper" title="add-on with Piper" %} is ava
An {% my supervisor_addon addon="core_whisper" title="add-on using faster-whisper" %} is available now for Home Assistant. On a Raspberry Pi 4, voice commands can take around 7 seconds to process with about 200 MB of RAM used. An Intel Core i5 CPU or better is capable of sub-second response times and can run larger (and more accurate) versions of Whisper.
You can also run [Whisper as a standalone Docker container](https://hub.docker.com/r/rhasspy/wyoming-whisper).
[Whisper]: https://github.com/openai/whisper
[whisper-lang]: https://github.com/openai/whisper#available-models-and-languages
[whisper.cpp]: https://github.com/ggerganov/whisper.cpp