Skip to content

raj-sutariya/gujarati_speech_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is DeepSpeech speech recognition model for gujarati.

Gujarati is native language to the Indian state of Gujarat sopken by around 60 million people. It's 6th most widely spoken language of India and 26th most widely spoken language in the world. This is the first speech recognition model for Gujarati Language. Model is trained using deepspeech mozilla framework and currenty achieves 8.7% WER (Word Error Rate).

Requirements

  • To Use speech recognition engine you need to have python 3.7 or below installed on your system. pip install requirements.txt

Use

Using Command line inference is plain and simple. Note that here we are using sample demo.wav file as input.

deepspeech --model gu_model/output_graph.pb --alphabet gu_model/alphabet.txt --lm gu_model/lm.binary   --trie gu_model/trie --audio demo.wav 

Using gui.py file, you can interact with Speech Recognizer GUI. Check your mic first and then Select speech model.

Acoustic Model

Speech Database has been created from the multiple sources like: Audiobooks, YouTube Audios etc.

Language model contribution

lm.binary file is generate from web scrapping scrips of Gujarati wikipedia and gujarati news/blogs sites. Contact me if you want entire corpus.

What's next

  • WER Improvement
  • Language model enhancement.

Releases

No releases published

Packages

No packages published

Languages