Home / Papers / VSCODE- Code With Voice Using Natural Language Processing(NLP)

VSCODE- Code With Voice Using Natural Language Processing(NLP)

1 Citations2022
M. Prakash, A.Ponmalar, S.Deeba
2022 International Conference on Computer, Power and Communications (ICCPC)

This project enables physically challenged people to code without using a keyboard and can code entirely by their voice and execute their code using Natural Language Processing (NLP).

Abstract

Physically Challenged people who are interested in coding, in the current scenario cannot code and exhibit their knowledge in programming skills. Our project enables them to code without using a keyboard. They can code entirely by their voice and execute their code. We are converting the user's speech to text by Natural Language Processing (NLP). With the use of text obtained from NLP model we generate code snippets using our custom code generator API. The code snippets are generated in the Visual Studio Code text editor using our own VSCode extension.