This repository includes
- Production model code for Tacotron2, so-ViTS-svc, zero-shot RADTTS, HiFi-GAN, and RVC.
- Production training code for Tacotron2, RADTTS, HiFi-GAN, and RVC.
- Fill-populating inference, additional languages, and Torchmoji emotional encoding.
Notebooks are available here, and models to fine-tune from are available here here.
If you want to install on your own machine, create a virtual environment and install like
conda create -n 'test-env' python=3.10 -y
source activate test-env
pip install git+https://github.com/uberduck-ai/uberduck-ml-dev
Coming soon (see notebooks for now)!
Coming soon (see notebooks for now)!
We love contributions!
To install in development mode, run
pip install pre-commit black # format your code on commit by installing black!
git clone git@github.com:uberduck-ai/uberduck-ml-dev.git
cd uberduck-ml-dev
pre-commit install # Install required Git hooks
python setup.py develop # Install the library
In an environment or image with uberduck-ml-dev installed in the uberduck-ml-dev root folder, run
python -m pytest