Skip to content

watchstep/glow-tts-jejueo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

header

Glow-TTS와 HiFi-GAN을 사용한 제주어 음성 합성 프로젝트

Jejueo TTS (제주어 음성합성) using 🐸Coqui TTS Model - Glow-TTS & HiFi-GAN

You can check the TTS result examples on here!

Project Structure

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

Requirements

!pip install librosa
!pip install TTS==0.10.0
!pip install jamo==0.4.1
!pip install kaggle

Reference