# Voice-Conversion **Repository Path**: yespon/Voice-Conversion ## Basic Information - **Project Name**: Voice-Conversion - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Voice-Conversion This work is organized from [here](https://github.com/jjery2243542/voice_conversion). ## Colab Demo Colab demo is provided [here](https://drive.google.com/open?id=1lXijwiNkn5dvzYIDuqPZbyzJyUatQQtY). ## Preprocess ```bash python preprocess/make_dataset_vctk.py vctk.h5 python preprocess/make_single_samples.py vctk.h5 index.json ``` ## Training ```bash python main.py ```