Git Product home page Git Product logo

uberduck-ml-dev's Introduction

๐Ÿฆ† 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

Train a radtts on LJ Speech as follows

cd tutorials/radtts
bash download.sh
bash train.sh

You will need to adjust the paths and potentially other training settings in tutorials/radtts/demo_config.json. This code has been tested on a single T4 as well as 2 A6000s.

For processing of new datasets, see tutorials/radtts/radtts_data_processing.ipynb.

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 [email protected]: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, run

cd uberduck-ml-dev
python -m pytest

uberduck-ml-dev's People

Contributors

sjkoelle avatar williamluer avatar zachwe avatar johnpaulbin avatar sobsz avatar wily-coyote avatar a913440 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.