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.37k stars 1.04k forks source link

Creating model purely on my custom data #1498

Closed kundanashish closed 4 months ago

kundanashish commented 6 months ago

I tried to finetune the model with my data but still it is not very much accurate. I want to create an indian english model purely on my custom data. Can someone pls guide me what would be the best approach?

nshmyrev commented 6 months ago

Our training setup is here:

https://github.com/alphacep/vosk-api/tree/master/training

you can run it in colab

https://github.com/alphacep/vosk-api/blob/master/python/example/colab/vosk-training.ipynb

nshmyrev commented 4 months ago

Same as https://github.com/alphacep/vosk-api/issues/41