shiny0510 / coqui_tts_korea

Korean TTS using coqui TTS (glowtts and multiband melgan) - 한국어 TTS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coqui_tts_korea

Korean TTS using coqui TTS (glowtts and multiband melgan) - 한국어 TTS

pretrain with KSS data
finetune HalfLife scientist data

Result

  • input text
    • "신은 우리의 수학 문제에는 관심이 없다. 신은 다만 경험적으로 통합할 뿐이다."
  • output
glowtts-mbmelgan.mov
halfLife_mbmelgan.mov

Train detail

Dataset

Required Environment to run

!pip install TTS
!pip install jamo
!pip install torchaudio==0.9.0
!pip install gdown
!conda install -c conda-forge kaggle -y
!pip install librosa

Acknowledgement and References

About

Korean TTS using coqui TTS (glowtts and multiband melgan) - 한국어 TTS

License:Mozilla Public License 2.0


Languages

Language:Jupyter Notebook 99.2%Language:Python 0.8%