Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 1.58 KB

README.md

File metadata and controls

41 lines (35 loc) · 1.58 KB

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