Home

Awesome

Become Yukarin: Convert your voice to favorite voice

Become Yukarin is a repository for voice conversion with a Deep Learning model. By traingin with a large amount of the original and favorite voice, The Deep Learning model can convert the original voice to the favorite voice.

Japanese README

Supported environment

Preparation

# install required libraries
pip install -r requirements.txt

Training

To run a Python script for training, you should set the environment variable PYTHONPATH to find the become_yukarin library. For example, you can execute scripts/extract_acoustic_feature.py with the following command:

PYTHONPATH=`pwd` python scripts/extract_acoustic_feature.py ---

First Stage Model

Second Stage Model

Reference

License

MIT License