ekho - voice style transfer learning
CS 236 Final Project
Based on https://github.com/r9y9/deepvoice3_pytorch
Trevor Tsue, Samir Sen
Download data
cd data
wget http://www.openslr.org/resources/12/train-clean-100.tar.gz
tar -xzf train-clean-100.tar.gz
Install Dependencies
pip install librosa
pip install lws
pip install unidecode
pip install inflect
pip install tensorboardX