Jejueo TTS (제주어 음성합성) using 🐸Coqui TTS Model - Glow-TTS & HiFi-GAN
- Train models with Jejueo Single Speaker Speech Dataset
You can check the TTS result examples on here!
glow-tts-dialect
├─ korean # for preprocessing jejueo
│ ├─ __init__.py
│ ├─ ko_dictionary.py
│ ├─ ko_normalize.py
│ ├─ ko_cleaner.py
├─ model # for saving model .pth file
│ ├─ glow-tts
│ └─ hifigan
├─ prepare-data.ipynb
├─ glow-tts.ipynb
├─ inference.ipynb
└─ hifi-gan.ipynb
!pip install librosa
!pip install TTS==0.10.0
!pip install jamo==0.4.1
!pip install kaggle