From 2fc8fff445d47a3ae3d8d21e65770942d57dc4bd Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Tue, 9 May 2023 16:54:59 -0500 Subject: [PATCH] Add projects to README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 5460e97..6917974 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ![Piper logo](etc/logo.png) A fast, local neural text to speech system that sounds great and is optimized for the Raspberry Pi 4. +Piper is used in a [variety of projects](#people-using-piper). ``` sh echo 'Welcome to the world of speech synthesis!' | \ @@ -70,6 +71,17 @@ For multi-speaker models, use `--speaker ` to change speakers (default: See `piper --help` for more options. +## People using Piper + +Piper has been used in the following projects/papers: + +* [Home Assistant](https://github.com/home-assistant/addons/blob/master/piper/README.md) +* [Rhasspy 3](https://github.com/rhasspy/rhasspy3/) +* [NVDA - NonVisual Desktop Access](https://www.nvaccess.org/post/in-process-8th-may-2023/#voices) +* [Image Captioning for the Visually Impaired and Blind: A Recipe for Low-Resource Languages](https://www.techrxiv.org/articles/preprint/Image_Captioning_for_the_Visually_Impaired_and_Blind_A_Recipe_for_Low-Resource_Languages/22133894) +* [Open Voice Operating System](https://github.com/OpenVoiceOS/ovos-tts-plugin-piper) + + ## Training See [src/python](src/python)