Giter VIP home page Giter VIP logo

uberduck-ml-dev's Introduction

๐Ÿฆ† Uberduck Text-to-speech

Uberduck is a tool for fun and creativity with neural text-to-speech. This repository will get you creating your own speech synthesis models. Please see our training and synthesis notebooks, and the Wiki.

Overview

The main "Tacotron2" model in this repository is based on the NVIDIA Mellotron. The states of the various latent space features are

  • Multispeaker training (functioning, beneficial)
  • Torchmoji conditioning (functioning)
  • Audio/speaker embedding (functioning)
  • Pitch conditioning (non functioning)
  • SRMR and MOSNet conditioning (non functioning)

It also includes teacher forcing type methods for prosody matching, as well as language, tensorboard, and torchscript support, and improvements to the learning rate scheduling.

Usage

The easiest ways to try us out are the colab notebooks, but if you want to install, run

Installation

conda create -n 'uberduck-ml-dev' python=3.8
source activate uberduck-ml-dev
pip install git+https://github.com/uberduck-ai/uberduck-ml-dev.git

Training

  1. Create your training config and filelists. Use the training configs in the configs directory as a starting point, e.g. this one.

  2. (Optional) Download torchmoji models if training with Torchmoji GST.

    wget "https://github.com/johnpaulbin/torchMoji/releases/download/files/pytorch_model.bin" -O pytorch_model.bin
    wget "https://raw.githubusercontent.com/johnpaulbin/torchMoji/master/model/vocabulary.json" -O vocabulary.json
  3. Start training. Example invocation for Tacotron2 training:

    python -m uberduck_ml_dev.exec.train_tacotron2 --config tacotron2_config.json

Development

We love contributions! To install in development mode, run

pip install pre-commit black # install the required development dependencies in a virtual environment
git clone [email protected]:uberduck-ai/uberduck-ml-dev.git # clone the repository:
pre-commit install # Install required Git hooks:
python setup.py develop # Install the library

๐Ÿšฉ Testing

In an environment with uberduck-ml-dev installed, run

python -m pytest

uberduck-ml-dev's People

Contributors

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

Stargazers

BaitPhish 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.