Skip to content

Add Speech2Text support #4

@dk-dsr

Description

@dk-dsr

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:

  1. Chrome's built in Web Speech API
  2. Firefox Voice
  3. Silero Models
  4. Mozilla's DeepSpeech pre-trained models

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions