https://github.com/ovoshatchery/ovos-stt-plugin-deepgram
https://github.com/ovoshatchery/ovos-stt-plugin-deepgram
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ovoshatchery/ovos-stt-plugin-deepgram
- Owner: OVOSHatchery
- License: apache-2.0
- Created: 2023-01-24T21:36:15.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-06-18T19:21:40.000Z (about 2 years ago)
- Last Synced: 2025-01-30T05:16:44.274Z (over 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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"}
}
```