Views
No views yet
1pip install git+https://github.com/Bindkushal/indic-g2p.git
2pip install git+https://github.com/Bindkushal/indic-voice.git
3apt-get install espeak-ng1from indicvoice import IndicPipeline
2pipeline = IndicPipeline(lang_code="hi", repo_id="Bindkushal/IndicVoice-82M")
3for gs, ps, audio in pipeline("नमस्ते दुनिया", voice="af_heart"):
4 import soundfile as sf
5 sf.write("output.wav", audio, 24000)| File | Description |
|---|---|
config.json | Model architecture config |
indicvoice-v1_0.pth | Model weights (82M params) |
voices/af_heart.pt | Default voice style tensor |
voices/af_bella.pt | Voice style tensor |
voices/am_adam.pt | Voice style tensor |
| Language | Code | Script | Status |
|---|---|---|---|
| Hindi | hi | Devanagari | Ready |
| Punjabi | pa | Gurmukhi | Ready |
| Bengali | bn | Bengali | Beta |
| English | en | Roman | Ready |
1@misc{bind2026indicvoice,
2 title={IndicVoice: Decoder-Only Neural TTS with Native G2P for Indian Languages},
3 author={Kushal Kant Bind},
4 year={2026},
5 institution={Chandigarh University},
6 note={GSoC 2026, Sugar Labs}
7}