Initial Release of Mozilla’s Open Source Speech Recognition Model and Voice Data
1–10 of 90 posts
Re: Initial Release of Mozilla’s Open Source Speech Recognition Model and Voice Data
#2Coyld this be used to train a model/engine that can be used that way?
Re: Initial Release of Mozilla’s Open Source Speech Recognition Model and Voice Data
#3How 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?
Re: Initial Release of Mozilla’s Open Source Speech Recognition Model and Voice Data
#4How 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?
Re: Initial Release of Mozilla’s Open Source Speech Recognition Model and Voice Data
#5How 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?
I'd have to assume DeepSpeech outperforms anything running on a RasPi3, at least for LVCSR. It hits 93.5% accuracy on Librispeech, which I've never seen from any offline recognition models.
Re: Initial Release of Mozilla’s Open Source Speech Recognition Model and Voice Data
#6How 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 model we released today is not yet optimized for smaller devices like that, but our plan is to make it usable on targets like the RPi3.
Edit: NM found it under releases: https://github.com/mozilla/DeepSpeech/releases.
Re: Initial Release of Mozilla’s Open Source Speech Recognition Model and Voice Data
#7I really wish Mozilla would release a keyboard app for Android. It would instantly be the single most trusted keyboard available.
Re: Initial Release of Mozilla’s Open Source Speech Recognition Model and Voice Data
#8Awesome, 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.
Re: Initial Release of Mozilla’s Open Source Speech Recognition Model and Voice Data
#9As time passes, the quest for openness and freedom in software moves higher up in the stack. Thanks to the latest ~30 years of effort, we basically came to a point in which we have free OSes, basic infrastructure, building tools, end-user applications.
In the last ~10 years we changed paradigm: autonomous desktop computing progressively transitioned to mobile, with a lot of functionality offloaded to "the cloud".
What I feel is needed, going forward, is working towards building a viable free replacement for these distributed services. DeepSpeech is a step in the right direction.
Edit: just speaking about SW, here. HW is worth a different topic, and probably poses even more challenges.