Skip to content

Cantonese Text to Speech with VITS implementation

License

Notifications You must be signed in to change notification settings

Keith-Hon/vits-cantonese

 
 

Repository files navigation

Demo outputs:

  1. 我愛你
audio.mp4

Instructions

  1. Create a virtual environment python -m venv ./venv

  2. open demo.ipynb and install the dependencies

  3. move files to opencc lib after installing opencc

    1. mv ./opencc/jyutjyu.json ./venv/lib/site-packages/opencc/clib/share/opencc/jyutjyu.json
    2. mv ./opencc/jyutjyu.ocd2 ./venv/lib/site-packages/opencc/clib/share/opencc/jyutjyu.ocd2
  4. build cpython codes cd vits/monotonic_align python setup.py build_ext --inplace

  5. download models

    1. https://huggingface.co/xiaomaiiwn/vits-cantonese/blob/main/model/G.pth

Acknowledgement

I do not own the models and you should follow the license of the models.

About

Cantonese Text to Speech with VITS implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.2%
  • Jupyter Notebook 34.3%
  • C++ 1.8%
  • Other 0.7%