From 67fe1e517d61415077a5acbe6b9674523436a6a5 Mon Sep 17 00:00:00 2001 From: Laura <6484174+laupalombi@users.noreply.github.com> Date: Wed, 18 Dec 2024 13:49:12 +0100 Subject: [PATCH] Contributing to voice initiative page creation (#36393) * contributing to voice initiative page creation * contributing to voice initiative page creation * Update source/voice_control/contribute-voice.markdown Co-authored-by: Paulus Schoutsen * Update source/voice_control/contribute-voice.markdown * Update source/voice_control/contribute-voice.markdown * Update source/voice_control/contribute-voice.markdown Co-authored-by: Franck Nijhof * Update source/voice_control/contribute-voice.markdown Co-authored-by: Franck Nijhof * linking to sidebar and tweaks in Contribute to voice initiative --------- Co-authored-by: Paulus Schoutsen Co-authored-by: Franck Nijhof --- source/_includes/asides/docs_sitemap.html | 1 + source/_includes/asides/voice_navigation.html | 1 + .../voice_control/contribute-voice.markdown | 38 +++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 source/voice_control/contribute-voice.markdown diff --git a/source/_includes/asides/docs_sitemap.html b/source/_includes/asides/docs_sitemap.html index 53eac73f1df..891b21c3ed8 100644 --- a/source/_includes/asides/docs_sitemap.html +++ b/source/_includes/asides/docs_sitemap.html @@ -144,6 +144,7 @@
  • {% active_link /voice_control/worlds-most-private-voice-assistant/ Tutorial: World's most private voice assistant %}
  • {% active_link /voice_control/assist_daily_summary/ Tutorial: Your daily summary by Assist %}
  • {% active_link /voice_control/start_assist_from_dashboard/ Starting Assist from your dashboard %}
  • +
  • {% active_link /voice_control/contribute-voice/ Contribute to the Voice initiative %}
  • {% icon "mdi:account-help" %} Troubleshooting diff --git a/source/_includes/asides/voice_navigation.html b/source/_includes/asides/voice_navigation.html index 02be4c3d47d..0dbc40fe5b2 100644 --- a/source/_includes/asides/voice_navigation.html +++ b/source/_includes/asides/voice_navigation.html @@ -36,6 +36,7 @@
  • {% active_link /voice_control/worlds-most-private-voice-assistant/ Tutorial: World's most private voice assistant %}
  • {% active_link /voice_control/assist_daily_summary/ Tutorial: Your daily summary by Assist %}
  • {% active_link /voice_control/start_assist_from_dashboard/ Starting Assist from your dashboard %}
  • +
  • {% active_link /voice_control/contribute-voice/ Contribute to the Voice initiative %}
  • diff --git a/source/voice_control/contribute-voice.markdown b/source/voice_control/contribute-voice.markdown new file mode 100644 index 00000000000..e97bcd2ecc9 --- /dev/null +++ b/source/voice_control/contribute-voice.markdown @@ -0,0 +1,38 @@ +--- +title: Contribute to the Voice initiative +related: + - docs: /voice_control/best_practices + title: Best Practices with Assist + - docs: /voice_control/builtin_sentences + title: Sentences starter kit + - url: https://www.nabucasa.com/config/ + title: Home Assistant Cloud +--- + +Home Assistant Voice relies on different technologies, models, and data sources to process wake words and commands in all languages. Our and other communities' projects rely on volunteers who donate their time, voice, or language knowledge to improve. + +Note that models are trained on lots of data and that it can take time before you are able to see the impact of your contributions. + +### Contribute samples to Wake Word Collective + +Give us a minute of your time to improve the sample database [with your own samples](https://ohf-voice.github.io/wake-word-collective/). + +### Donate your voice to Piper + +To create a Piper voice, you don't need an army of volunteers. You need a native speaker of a language to create a dataset, which is then trained into a Piper model and verified again by the native speaker.[Check the Training guide](https://github.com/rhasspy/piper/blob/master/TRAINING.md). + +Are you missing a language? Email us if you want to help out! To help interested people contribute languages, we opened up the email address [voice@nabucasa.com](mailto:voice@nabucasa.com). + +### Other ways to contribute with intents and samples + +You can also participate in public datasets. Commonvoice and Librivox are used by many speech-to-text projects to train their models. + +- [Contribute samples to Mozilla Commonvoice](https://commonvoice.mozilla.org/en) +- [Contribute samples to Librivox](https://librivox.org/) + +### Become an active contributor + +There are also a couple ways to actively contribute to the development of the voice initiative: +- [Contribute sentence intents in your language](https://developers.home-assistant.io/docs/voice/intent-recognition/contributing/) +- [Become a language leader](https://developers.home-assistant.io/docs/voice/language-leaders) +- [Contribute code to Assist](https://github.com/home-assistant/core/tree/dev/homeassistant/components/assist_pipeline)