Giter Site home page Giter Site logo

kf555-555 / parakeet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from paddlepaddle/parakeet

0.0 0.0 0.0 9.55 MB

PAddle PARAllel text-to-speech toolKIT (supporting Tacotron2, Transformer TTS, FastSpeech2/FastPitch, SpeedySpeech, WaveFlow and Parallel WaveGAN)

License: Other

Python 96.94% Shell 3.06%

parakeet's Introduction

Parakeet has moved to PaddleSpeech, this repo will not update anymore, you can open issues of Parakeet in PaddleSpeech

Parakeet

Parakeet aims to provide a flexible, efficient and state-of-the-art text-to-speech toolkit for the open-source community. It is built on PaddlePaddle dynamic graph and includes many influential TTS models.


News

Overview

In order to facilitate exploiting the existing TTS models directly and developing the new ones, Parakeet selects typical models and provides their reference implementations in PaddlePaddle. Further more, Parakeet abstracts the TTS pipeline and standardizes the procedure of data preprocessing, common modules sharing, model configuration, and the process of training and synthesis. The models supported here include Text FrontEnd, end-to-end Acoustic models and Vocoders:

Setup

It's difficult to install some dependent libraries for this repo in Windows system, we recommend that you DO NOT use Windows system, please use Linux.

Make sure the library libsndfile1 is installed, e.g., on Ubuntu.

sudo apt-get install libsndfile1

Install PaddlePaddle

See install for more details. This repo requires PaddlePaddle 2.1.2 or above.

Install Parakeet

git clone https://github.com/PaddlePaddle/Parakeet
cd Parakeet
pip install -e .

If some python dependent packages cannot be installed successfully, you can run the following script first. (replace python3.6 with your own python version)

sudo apt install -y python3.6-dev

See install for more details.

Examples

Entries to the introduction, and the launch of training and synthsis for different example models:

Audio samples

TTS models (Acoustic Model + Neural Vocoder)

Check our website for audio sampels.

Released Model

Acoustic Model

FastSpeech2/FastPitch

  1. fastspeech2_nosil_baker_ckpt_0.4.zip
  2. fastspeech2_nosil_aishell3_ckpt_0.4.zip
  3. fastspeech2_nosil_ljspeech_ckpt_0.5.zip

SpeedySpeech

  1. speedyspeech_nosil_baker_ckpt_0.5.zip

TransformerTTS

  1. transformer_tts_ljspeech_ckpt_0.4.zip

Tacotron2

  1. tacotron2_ljspeech_ckpt_0.3.zip
  2. tacotron2_ljspeech_ckpt_0.3_alternative.zip

Vocoder

WaveFlow

  1. waveflow_ljspeech_ckpt_0.3.zip

Parallel WaveGAN

  1. pwg_baker_ckpt_0.4.zip
  2. pwg_ljspeech_ckpt_0.5.zip

Voice Cloning

Tacotron2_AISHELL3

  1. tacotron2_aishell3_ckpt_0.3.zip

GE2E

  1. ge2e_ckpt_0.3.zip

License

Parakeet is provided under the Apache-2.0 license.

parakeet's People

Contributors

yt605155624 avatar lfchener avatar zh794390558 avatar kexinzhao avatar shenyuhan avatar jackwaterveg 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.