An open API service indexing awesome lists of open source software.

https://github.com/ovoshatchery/ovos-stt-plugin-deepgram


https://github.com/ovoshatchery/ovos-stt-plugin-deepgram

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Description

A stt plugin for ovos using [Deepgram](https://deepgram.com/)

## Install

`pip install ovos-stt-plugin-deepgram`

## Configuration

By default the global language used by mycroft-core will be used

```json
"stt": {
"module": "ovos-stt-plugin-deepgram",
"ovos-stt-plugin-deepgram": {"key": "xtimes40"}
}

```