Speeech Recognition for Indic languages.
Project description
IndicASR
Speech Recognition for Indian Languages
Notes
-
IndicASR is built on top of and and has pre-trained models for
Telugu
in the current release. -
The Telugu model is trained on the train set of MSR Indic corpus + a private corpus of ~94 hours obtained from various telugu interview playlists from Youtube.
Use as python module
pip install --upgrade indicasr
from indicasr import IndicASR
asr = IndicASR("telugu")
# Run one file at once
asr.transcribe("samples/telugu/hari.16k.wav")
# "ఈ సినిమా తర్వాత నిర్మాతలు రూటు మార్చే ఆలోచనలో ఉన్నారు"
# Batch inference
asr.transcribe(["samples/telugu/hari.16k.wav",
"samples/telugu/ramana.16k.wav"])
# ["ఈ సినిమా తర్వాత నిర్మాతలు రూటు మార్చే ఆలోచనలో ఉన్నారు",
# "భారత దేశము నా మాత్ర భూమి భారతీవులంతా నా సోదరి సోదరులు"]
sample name | prediction | expected |
---|---|---|
telugu/hari.16k.wav | ఈ సినిమా తర్వాత నిర్మాతలు రూటు మార్చే ఆలోచనలో ఉన్నారు | ఈ సినిమా తర్వాత నిర్మాతలు రూటు మార్చే ఆలోచనలో ఉన్నారు |
telugu/harsha.16k.wav | నేను ఇప్పుడు గడ్డి కొడుతున్నారు | నేను ఇప్పుడు గడ్డి కొడుతున్నాను |
telugu/indra.16k.wav | నేను భారత దేశంలో ఉన్నాను | నేను భారత దేశంలో ఉన్నాను |
telugu/praneeth.16k.wav | నా పేరు ప్రణి బేదపూడి | నా పేరు ప్రణీత్ బేదపూడి |
telugu/ramana.16k.wav | భారత దేశము నా మాత్ర భూమి భారతీవులంతా నా సోదరి సోదరులు | భారత దేశము నా మాతృ భూమి భారతీయులంతా నా సోదరీ సోదరులు |
telugu/sai_krishna.16k.wav | నా పేరు సాయి కృష్ణ | నా పేరు సాయి కృష్ణ |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
indicasr-1.0.0.tar.gz
(4.8 kB
view details)
Built Distribution
File details
Details for the file indicasr-1.0.0.tar.gz
.
File metadata
- Download URL: indicasr-1.0.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dcde7bd9d3db22d32943054968606dd253b941b462d39a811e1d6a5f94ce2a5b |
|
MD5 | 0fa1c9cef307a7b2977706febcb9bbfb |
|
BLAKE2b-256 | 2e17ba3bb2068c209962b7d111b2ac835e516d5ca19c12bd9fa68720c2cbe338 |
File details
Details for the file indicasr-1.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: indicasr-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 16.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1e90de163246353a7a11458751cb9ef62dd9bdb244bb46c95dfeef6563bef0f |
|
MD5 | da30b10452d954ea83124dcd568e128b |
|
BLAKE2b-256 | 64514f86309ca3379f85a46cb18b55ab7cf4045108ceb3cbbb179fd45bc404ba |