Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NeonGeckoCom/neon-stt-plugin-silero
https://github.com/NeonGeckoCom/neon-stt-plugin-silero
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/NeonGeckoCom/neon-stt-plugin-silero
- Owner: NeonGeckoCom
- Created: 2021-10-16T18:43:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T12:11:22.000Z (over 2 years ago)
- Last Synced: 2024-02-15T13:33:56.392Z (10 months ago)
- Language: Python
- Size: 729 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-ovos-plugins - neon-stt-plugin-silero
README
# config
```json
{
"stt": {
"module": "neon-stt-plugin-silero",
"neon-stt-plugin-silero": {
"model": "model.onnx"
}
}
}
```model is optional, will be downloaded at runtime based on lang if missing
## Docker
This plugin can be used together with [ovos-stt-http-server](https://github.com/OpenVoiceOS/ovos-stt-http-server)
```bash
docker run -p 8080:8080 ghcr.io/neongeckocom/silero-stt:master
```