/VoiceConverterInDocker

Automate voice conversion with Docker

Primary LanguageDockerfileMIT LicenseMIT

VoiceConverterInDocker

Automate voice conversion with Docker

Based on Sprocket

Prepare

eval $(docker-machine env default);
docker build .;

Note the image id from the command above.

Run

cp -r $<replace_with_data_folder> .
./convert <image_id>