chikiuso / vc2

Implementation of GAN architectures for Voice Conversion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GAN-Voice-Conversion

Implementation of GAN architectures for Voice Conversion

Requirements

Install Python 3.5. Then install the requirements specified in requirements.txt

How to run

  1. Download the data by running download_data.py
  2. Choose the source and target speakers in preprocess.py and run it
  3. Run the corresponding training script

Original papers

Acknowledgements

Implementation of CycleGAN-VC based on: https://github.com/leimao/Voice_Converter_CycleGAN

About

Implementation of GAN architectures for Voice Conversion

License:MIT License


Languages

Language:Python 100.0%