Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support For Mozila Deep Speech #3

Open
pedrooaugusto opened this issue Nov 21, 2021 · 0 comments
Open

Add Support For Mozila Deep Speech #3

pedrooaugusto opened this issue Nov 21, 2021 · 0 comments
Labels
enhancement New feature or request Machine Learning May require some AI stuff

Comments

@pedrooaugusto
Copy link
Owner

Description

Mozila Deep Speech is maybe the most popular open source and free to use speech-to-text engine out there. This project already supports 3 different speech-to-text providers: Azure, Google and Chrome, but just one of them, webkitSpeechRecognition (Chrome), is free and even then it only works in the browser, meaning that it does not work inside an Electron app.

Mozila Deep Speech in the other hand, is free and works in almost every device, we can even ship it alongside an electron app. The only drawback of Deep Speech is that it lacks support for other languages (mainly portuguese), but even then it can be trained to do so.

The aim of this issue is to add support for Deep Speech as a new speech-to-text provider.

@pedrooaugusto pedrooaugusto added enhancement New feature or request Machine Learning May require some AI stuff labels Nov 21, 2021
@pedrooaugusto pedrooaugusto pinned this issue Nov 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Machine Learning May require some AI stuff
Projects
None yet
Development

No branches or pull requests

1 participant