vosk-server
vosk-server copied to clipboard
WebSocket, gRPC and WebRTC speech recognition server based on Vosk and Kaldi libraries
Hi there. After running the docker container using: docker run -d -p 2700:2700 alphacep/kaldi-en:latest with python8.0 it exits after about 15 seconds. i don't see any errors in docker console...
Hello, pointing at issue [#711](https://github.com/alphacep/vosk-api/issues/711) on vosk-api repo , I'm trying to understand a little bit more how vosk manages the memory. For this test [I modified a little bit...
Hello to everyone, Is there any chance to find docker for Greek language that is compatible with vosk-server and not vosk-api? Thanks in advance.
Hello, I tried running the docker image on an arm64 architecture server and this was the response I got "The requested image's platform (linux/amd64) does not match the detected host...
## Environment | docker | CPU | OS | RAM | |----------|------------------------------------------|------------------------------|------| | v20.10.8 | Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz | Darwin Kernel Version 20.6.0 | 16GB | ##...
hello Thank you for sharing your knowledge I want to use multiple languages in the Angular program demo. For this purpose, I changed the following code in app.component.ts : ```javascript...
Greetings. Thank you for your wonderful project, we work a lot with the Deaf and Hard of Hearing (HoH) with our volunteer work, and use Jitsi a lot, so we...
https://docs.docker.com/develop/develop-images/multistage-build/ there is a way, to have multiple stages for docker-build. e.g. 1st to build, require gcc 2nd to run, needs just the binary from (1) with that, the docker-files...
Is there a way to just do whole file upload and decode instead of streaming real time decoding? Trying to use this system for offline transcriptions but want to speed...