Mycroft compatible Neon Nemo STT Plugin Speech-to-Text.
stt:
module: neon_stt_plugin_nemo
neon-stt-plugin-nemo: {}
The dockerfile included in this repository can be used to build a container with a minimal server that hosts Nemo STT. The below command runs the container and binds the web UI to port 8080 on the host:
docker run -p 8080:8080 ghcr.io/neongeckocom/neon-stt-plugin-nemo:dev
From the host, a Web UI can be accessed at 127.0.0.1:8080/gradio
and STT
requests can be posted to 127.0.0.1:8080/stt
. Status is available at 127.0.0.1:8080/status
.
The ovos-stt-plugin-server STT plugin can be used to send requests to this deployed backend.