-
Notifications
You must be signed in to change notification settings - Fork 361
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Add Speech2Text support so there's minimal typing required. We initially had done an implementation using Mozilla's DeepSpeech pre-trained model but it didn't work well for different types of accents.
We are thinking of using Chrome's built in Web Speech API and Firefox Voice addon and populate our query box with the text response. User can edit/fix the text and submit the query to get code. Another option which isn't explored yet, is to finetune DeepSpeech on a custom dataset, more suited for understanding dataframe, variable & column names.
Any contributions are welcome.
Following solutions can be explored:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed