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 <paulus@home-assistant.io>

* 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 <frenck@frenck.nl>

* Update source/voice_control/contribute-voice.markdown

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* linking to sidebar and tweaks in Contribute to voice initiative

---------

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Laura 2024-12-18 13:49:12 +01:00 committed by GitHub
parent d8bbcc2967
commit 67fe1e517d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 40 additions and 0 deletions

View File

@ -144,6 +144,7 @@
<li>{% active_link /voice_control/worlds-most-private-voice-assistant/ Tutorial: World's most private voice assistant %}</li>
<li>{% active_link /voice_control/assist_daily_summary/ Tutorial: Your daily summary by Assist %}</li>
<li>{% active_link /voice_control/start_assist_from_dashboard/ Starting Assist from your dashboard %}</li>
<li>{% active_link /voice_control/contribute-voice/ Contribute to the Voice initiative %}</li>
</ul>
</li>
<li>{% icon "mdi:account-help" %} Troubleshooting

View File

@ -36,6 +36,7 @@
<li>{% active_link /voice_control/worlds-most-private-voice-assistant/ Tutorial: World's most private voice assistant %}</li>
<li>{% active_link /voice_control/assist_daily_summary/ Tutorial: Your daily summary by Assist %}</li>
<li>{% active_link /voice_control/start_assist_from_dashboard/ Starting Assist from your dashboard %}</li>
<li>{% active_link /voice_control/contribute-voice/ Contribute to the Voice initiative %}</li>
</ul>
</div>
<div class="section">

View File

@ -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)