DeepGram - isir/greta GitHub Wiki
The DeepGram module can be used to detect oral speech from the user
Installation
- make sure conda is installed on your system
- Create an API key at https://deepgram.com/ and replace API key in Common/Data/DeepASR/DeepGram
Use in Greta
- Add the DeepGram module to your configuration
- Enable Deep speech module
- Choose port and language (can stay the same)
- Push the Listen button before talking
Connection with other module
The DeepGram module can be connected to a LLM module and a Feedback module to create a demo configuration see page LLM - Deep ASR integration
Tips
A demo of the integration of this module is available at LLM DeepASR integration