From 55605c9b58f1ebc3117189aa6e5f028679be1c7a Mon Sep 17 00:00:00 2001 From: Eren Golge Date: Tue, 12 Feb 2019 15:59:10 +0100 Subject: [PATCH] banner added --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc66ce2d..5685e372 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# TTS +

+ This project is a part of [Mozilla Common Voice](https://voice.mozilla.org/en). TTS aims a Text2Speech engine low in cost and high in quality. To begin with, you can hear a sample [here](https://soundcloud.com/user-565970875/commonvoice-loc-sens-attn). The model here is highly inspired from Tacotron: [A Fully End-to-End Text-To-Speech Synthesis Model](https://arxiv.org/abs/1703.10135) however, it has many important updates over the baseline model that make training faster and computationally very efficient. Feel free to experiment new ideas and propose changes.