From f24c5e0276bb014c434676b9e249f98495daf5de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Mon, 24 Jul 2023 13:30:19 +0200 Subject: [PATCH] Update README --- README.md | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index f9605355..d577d142 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ - ## ๐ŸธCoqui.ai News - ๐Ÿ“ฃ [๐ŸถBark](https://github.com/suno-ai/bark) is now available for inference with uncontrained voice cloning. [Docs](https://tts.readthedocs.io/en/dev/models/bark.html) - ๐Ÿ“ฃ You can use [~1100 Fairseq models](https://github.com/facebookresearch/fairseq/tree/main/examples/mms) with ๐ŸธTTS. @@ -10,11 +9,20 @@ - ๐Ÿ“ฃ Voice generation with fusion - **Voice fusion** - is live on [**Coqui Studio**](https://app.coqui.ai/auth/signin). - ๐Ÿ“ฃ Voice cloning is live on [**Coqui Studio**](https://app.coqui.ai/auth/signin). +
+ + ## -๐ŸธTTS is a library for advanced Text-to-Speech generation. It's built on the latest research, was designed to achieve the best trade-off among ease-of-training, speed and quality. -๐ŸธTTS comes with pretrained models, tools for measuring dataset quality and already used in **20+ languages** for products and research projects. +**๐ŸธTTS is a library for advanced Text-to-Speech generation.** + +๐Ÿš€ Pretrained models in +1100 languages. + +๐Ÿ› ๏ธ Tools for training new models and fine-tuning existing models in any language. + +๐Ÿ“š Utilities for dataset analysis and curation. +______________________________________________________________________ [![Dicord](https://img.shields.io/discord/1037326658807533628?color=%239B59B6&label=chat%20on%20discord)](https://discord.gg/5eXr5seRrv) [![License]()](https://opensource.org/licenses/MPL-2.0) @@ -36,13 +44,9 @@ ![GithubActions](https://github.com/coqui-ai/TTS/actions/workflows/zoo_tests2.yml/badge.svg) [![Docs]()](https://tts.readthedocs.io/en/latest/) -๐Ÿ“ฐ [**Subscribe to ๐ŸธCoqui.ai Newsletter**](https://coqui.ai/?subscription=true) +
-๐Ÿ“ข [English Voice Samples](https://erogol.github.io/ddc-samples/) and [SoundCloud playlist](https://soundcloud.com/user-565970875/pocket-article-wavernn-and-tacotron2) - -๐Ÿ“„ [Text-to-Speech paper collection](https://github.com/erogol/TTS-papers) - - +______________________________________________________________________ ## ๐Ÿ’ฌ Where to ask questions Please use our dedicated channels for questions and discussion. Help is much more valuable if it's shared publicly so that more people can benefit from it. @@ -68,6 +72,8 @@ Please use our dedicated channels for questions and discussion. Help is much mor | ๐Ÿ‘ฉโ€๐Ÿ’ป **Contributing** | [CONTRIBUTING.md](https://github.com/coqui-ai/TTS/blob/main/CONTRIBUTING.md)| | ๐Ÿ“Œ **Road Map** | [Main Development Plans](https://github.com/coqui-ai/TTS/issues/378) | ๐Ÿš€ **Released Models** | [TTS Releases](https://github.com/coqui-ai/TTS/releases) and [Experimental Models](https://github.com/coqui-ai/TTS/wiki/Experimental-Released-Models)| +| ๐Ÿ“ฐ **Papers** | [TTS Papers](https://github.com/erogol/TTS-papers)| + ## ๐Ÿฅ‡ TTS Performance

@@ -88,7 +94,7 @@ Underlined "TTS*" and "Judy*" are **internal** ๐ŸธTTS models that are not relea - Utilities to use and test your models. - Modular (but not too much) code base enabling easy implementation of new ideas. -## Implemented Models +## Model Implementations ### Spectrogram models - Tacotron: [paper](https://arxiv.org/abs/1703.10135) - Tacotron2: [paper](https://arxiv.org/abs/1712.05884) @@ -136,7 +142,7 @@ Underlined "TTS*" and "Judy*" are **internal** ๐ŸธTTS models that are not relea You can also help us implement more models. -## Install TTS +## Installation ๐ŸธTTS is tested on Ubuntu 18.04 with **python >= 3.7, < 3.11.**. If you are only interested in [synthesizing speech](https://tts.readthedocs.io/en/latest/inference.html) with the released ๐ŸธTTS models, installing from PyPI is the easiest option. @@ -259,7 +265,7 @@ api.tts_with_vc_to_file( ) ``` -### Command line `tts` +### Command-line `tts` #### Single Speaker Models - List provided models: