alphacep / vosk-api

Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node
Apache License 2.0
7.38k stars 1.04k forks source link

Recognition Korean speech #714

Open biki-cloud opened 2 years ago

biki-cloud commented 2 years ago

I'm trying to use vosk to recognition korean speech. But I don't have still good way to do it. is there any good way or website?

nshmyrev commented 2 years ago

There are number of repos providing scripts for training the model but I'm not aware of pretrained one unfortunately. You have to ask them if they can share the pretrained model or you can run yourself:

https://github.com/goodatlas/zeroth

https://github.com/homink/kaldi-asr.ko

we can train the model ourselves too but it will take some time.

iPsych commented 1 year ago

@nshmyrev Hello, any update for the Korean language model inclusion?