Skip to content

uberduck-ai/uberduck-ml-dev

Repository files navigation

🦆 Uberduck Synthetic Speech

GithubActions Discord

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.

Summary

Summary

Installation

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

Training

Coming soon (see notebooks for now)!

Inference

Coming soon (see notebooks for now)!

Development

We love contributions!

Installation

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

🚩 Testing

In an environment or image with uberduck-ml-dev installed in the uberduck-ml-dev root folder, run

python -m pytest

About

ML models for Uberduck

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 10

Languages