Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highly accurate vosk model of Indian version #127

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions Indian version for vosk-model
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Use this to install indian version of vosk model from alphacephei.com
This model is of 1 GB size only for the high-accuracy transcription on the server.
This indian version of vosl model can require up to 16Gb in memory since they apply advanced AI algorithms.
Ideally you run them on some high-end servers like i7 or latest AMD Ryzen.
.
.
.
pip3 install vosk
git clone https://github.com/prajwalandanur/offline-speech-to-text-.git
cd nerd-dictation
wget https://alphacephei.com/kaldi/models/vosk-model-en-in-0.5.zip
unzip vosk-model-en-in-0.5.zip
mv vosk-model-en-in-0.5 model