alphacep / vosk-server

WebSocket, gRPC and WebRTC speech recognition server based on Vosk and Kaldi libraries
Apache License 2.0
918 stars 248 forks source link

problem with Setup Vosk Server #116

Closed iProMC closed 3 years ago

iProMC commented 3 years ago

Hello, months ago I have tired a vosk-API but I have seen that the model file is not arcuate enough for me. so I want to try vosk-server so I can get arcuate speech recognition.

I have visited the website (https://alphacephei.com/vosk/server) and I have downloaded it and I got lost I don't know how to install it correctly if anyone can tell me how to install it correctly I will appreciate that

nshmyrev commented 3 years ago
  1. Install docker
  2. In command line run docker run -d -p 2700:2700 alphacep/kaldi-en:latest

Thats it

iProMC commented 3 years ago

ok, how does the vosk -server method works?

1-does the vosk-server create a model folder so I transferred to vosk-api?? 2-do I need a GPU in order to do machine learning??

nshmyrev commented 3 years ago

1-does the vosk-server create a model folder so I transferred to vosk-api??

Model is included into docker image

2-do I need a GPU in order to do machine learning??

No

iProMC commented 3 years ago

is the arcuate of vosk-server is higher than vosk-api?

nshmyrev commented 3 years ago

No, it is exactly same. Same code and same models.

nshmyrev commented 3 years ago

I suppose this one is solved