Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/NeonGeckoCom/neon-stt-plugin-silero


https://github.com/NeonGeckoCom/neon-stt-plugin-silero

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

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
```