How does this compare with Snips.co which can do offline speech recognition on a Rapberry Pi 3? Coyld this be used to train a model/engine that can be used that way?
The URL is https://snips.ai/ .
Initial Release of Mozilla’s Open Source Speech Recognition Model and Voice Data
21–30 of 90 posts
Re: Initial Release of Mozilla’s Open Source Speech Recognition Model and Voice Data
#22Both this data set and LibriSpeech are read speech, where the speaker was prompted with a transcription and asked to say it out loud. In practice it's very rare that you're trying to transcribe speech that's already been transcribed. Speech patterns for computer-directed speech (e.g. for voice activated user interfaces) or human-to-human speech (e.g. for meeting transcription) are quite different.
Re: Initial Release of Mozilla’s Open Source Speech Recognition Model and Voice Data
#23Re: Initial Release of Mozilla’s Open Source Speech Recognition Model and Voice Data
#24If you want to help them out you can visit https://voice.mozilla.org/ and record some sentences.
It’s a great idea to crowd source this. Wonder if this project can turn voice recognition into a solved problem.
I just set a daily reminder so I can do 10 minutes a day.
Re: Initial Release of Mozilla’s Open Source Speech Recognition Model and Voice Data
#25Awesome, we're so close to having a speech-to-text system I can trust. I really wish Mozilla would release a keyboard app for Android. It would instantly be the single most trusted keyboard available.
Regarding Android keyboards, it is horrific that Google keyboard sends all your key presses, except passwords, to them.
Re: Initial Release of Mozilla’s Open Source Speech Recognition Model and Voice Data
#26Re: Initial Release of Mozilla’s Open Source Speech Recognition Model and Voice Data
#27This is super cool, but I'd be cautious about the usefulness of this data set. Both this data set and LibriSpeech are read speech, where the speaker was prompted with a transcription and asked to say it out loud. In practice it's very rare that you're trying to transcribe speech that's already been transcribed. Speech patterns for computer-directed speech (e.g. for voice activated user interfaces) or human-to-human s…
That said, we will definitely be exploring ways to build in organic speech and perhaps transcriptions to the Common Voice app. This will solve another problem for us too, which is getting public domain material for people to read. Doing this obviously requires a much more complex user experience, and we have more work to figure out how to make something that people will want to use and contribute to. Stay tuned for that :)
On the flip side, we hope that these datasets, models, and the tools (ie. DeepSpeech) can get more people (researchers, start-ups, hobbyist) over the hump of building an MVP of something useful in voice. Once you have people using your products, collecting useful in-context voice data becomes much easier.
On that note, another approach we are working on is partnering with universities and socially-aware startups like MyCroft, SNIPS, and Mythic. Imagine if voice products in market allowed their users to opt-in to contributing their utterances to an open resource similar to Common Voice. Of course, sharing your voice publicly is not for everyone, or every product scenario. But it does work for some. And if we pool our resources, our hope is to indeed commoditize speech-to-text so that we can focus on more interesting challenges like building voice experiences people want to use. (For instance, could voice somehow be a "progressive enhancement" to the web?).
Re: Initial Release of Mozilla’s Open Source Speech Recognition Model and Voice Data
#28Re: Initial Release of Mozilla’s Open Source Speech Recognition Model and Voice Data
#29If you want to help them out you can visit https://voice.mozilla.org/ and record some sentences.
They have an iOS app too: https://itunes.apple.com/us/app/project-common-voice-by-mozi... It’s a great idea to crowd source this. Wonder if this project can turn voice recognition into a solved problem. I just set a daily reminder so I can do 10 minutes a day.
I also want to emphasize the importance of listening (validating) as well as recording. Validation is an big part of the puzzle for building machine learning viable data.
Re: Initial Release of Mozilla’s Open Source Speech Recognition Model and Voice Data
#30http://cmusphinx.sourceforge.net/
http://julius.osdn.jp/en_index.php
Maybe with this data set released eventually all that additional data will be used to improve those tools as well