khaykingleb / FastSpeech

Acoustic Model for TTS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text-to-Speech

Model

FastSpeech Implementation.

Notebook

Open In Colab

Getting Started

Clone the repository and step into it:

git clone https://github.com/khaykingleb/Text-to-Speech.git
cd Text-to-Speech

Install requirements and modules.

pip install -r requirements.txt
python setup.py install

Use for training:

python main.py -c configs/cofig_name.json

About

Acoustic Model for TTS


Languages

Language:Python 100.0%