alphacep / vosk-api

Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plug custom model into Vosk docker container

svankirk opened this issue · comments

How do you have a docker container vosc server load with a custom library? I want to to use vosk-model-en-us-0.42-gigaspeech Instead of the default. Is this possible?

You can map your host folder to container folder with -v. Something like

docker -v /opt/server/giga-model:/opt/vosk-model-en/model -p 2700 alphacep/kaldi-en