Pedro Augusto
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)...
## 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...
## 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...