Pedro Augusto

Results 3 issues of Pedro Augusto

## Description [Mozila Deep Speech](https://github.com/mozilla/DeepSpeech) 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](https://github.com/pedrooaugusto/speech-to-code/tree/main/webapp/src/services/azure), [Google](https://github.com/pedrooaugusto/speech-to-code/tree/main/webapp/src/services/google)...

enhancement
Machine Learning

## Description Voice commands such as **_add `continue` statement_** should be context specific, in the sense that the `continue` keyword is only allowed inside a loop statement (`while`, `do...whie` and...

enhancement
Parsing

## Description The first step in converting speech into code, is to convert speech into text, for this we use [Azure Speech to Text](https://azure.microsoft.com/en-us/services/cognitive-services/speech-to-text/), which has a pretty good accuracy...

enhancement
Machine Learning