mirror of https://github.com/coqui-ai/TTS.git
[ci skip]update readme
This commit is contained in:
parent
8545a69280
commit
87ff9779d6
10
README.md
10
README.md
|
@ -9,9 +9,11 @@
|
||||||
[](https://github.com/coqui-ai/TTS/blob/master/CODE_OF_CONDUCT.md)
|
[](https://github.com/coqui-ai/TTS/blob/master/CODE_OF_CONDUCT.md)
|
||||||
[](https://gitter.im/coqui-ai/TTS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
[](https://gitter.im/coqui-ai/TTS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||||
|
|
||||||
|
📰 [**Subscribe to 🐸Coqui.ai Newsletter**](https://coqui.ai/?cubscription=true)
|
||||||
|
|
||||||
📢 [English Voice Samples](https://erogol.github.io/ddc-samples/) and [SoundCloud playlist](https://soundcloud.com/user-565970875/pocket-article-wavernn-and-tacotron2)
|
📢 [English Voice Samples](https://erogol.github.io/ddc-samples/) and [SoundCloud playlist](https://soundcloud.com/user-565970875/pocket-article-wavernn-and-tacotron2)
|
||||||
|
|
||||||
👩🏽🍳 [TTS training recipes](https://github.com/erogol/TTS_recipes)
|
👩🏽🍳 [TTS training recipes](https://github.com/erogol/TTS_recipes)
|
||||||
|
|
||||||
📄 [Text-to-Speech paper collection](https://github.com/erogol/TTS-papers)
|
📄 [Text-to-Speech paper collection](https://github.com/erogol/TTS-papers)
|
||||||
|
|
||||||
|
@ -21,10 +23,10 @@ Please use our dedicated channels for questions and discussion. Help is much mor
|
||||||
| Type | Platforms |
|
| Type | Platforms |
|
||||||
| ------------------------------- | --------------------------------------- |
|
| ------------------------------- | --------------------------------------- |
|
||||||
| 🚨 **Bug Reports** | [GitHub Issue Tracker] |
|
| 🚨 **Bug Reports** | [GitHub Issue Tracker] |
|
||||||
| ❔ **FAQ** | [TTS/Wiki](https://github.com/coqui-ai/TTS/wiki/FAQ) |
|
| ❔ **FAQ** | [TTS/Wiki](https://github.com/coqui-ai/TTS/wiki/FAQ) |
|
||||||
| 🎁 **Feature Requests & Ideas** | [GitHub Issue Tracker] |
|
| 🎁 **Feature Requests & Ideas** | [GitHub Issue Tracker] |
|
||||||
| 👩💻 **Usage Questions** | [Github Discussions] |
|
| 👩💻 **Usage Questions** | [Github Discussions] |
|
||||||
| 🗯 **General Discussion** | [Github Discussions] or [Gitter Room] or [Matrix Room] |
|
| 🗯 **General Discussion** | [Github Discussions] or [Gitter Room] or [Matrix Room] |
|
||||||
|
|
||||||
[github issue tracker]: https://github.com/coqui-ai/tts/issues
|
[github issue tracker]: https://github.com/coqui-ai/tts/issues
|
||||||
[github discussions]: https://github.com/coqui-ai/TTS/discussions
|
[github discussions]: https://github.com/coqui-ai/TTS/discussions
|
||||||
|
@ -41,7 +43,7 @@ Please use our dedicated channels for questions and discussion. Help is much mor
|
||||||
| 🚀 **Released Models** | [TTS/Wiki](https://github.com/coqui-ai/TTS/wiki/Released-Models)|
|
| 🚀 **Released Models** | [TTS/Wiki](https://github.com/coqui-ai/TTS/wiki/Released-Models)|
|
||||||
| 💻 **Docker Image** | [Repository by @synesthesiam](https://github.com/synesthesiam/docker-coqui-aitts)|
|
| 💻 **Docker Image** | [Repository by @synesthesiam](https://github.com/synesthesiam/docker-coqui-aitts)|
|
||||||
| 🖥️ **Demo Server** | [TTS/server](https://github.com/coqui-ai/TTS/tree/master/TTS/server)|
|
| 🖥️ **Demo Server** | [TTS/server](https://github.com/coqui-ai/TTS/tree/master/TTS/server)|
|
||||||
| 🤖 **Running TTS on Terminal** | [TTS/README.md](https://github.com/coqui-ai/TTS#example-synthesizing-speech-on-terminal-using-the-released-models)|
|
| 🤖 **Synthesize speech** | [TTS/README.md](https://github.com/coqui-ai/TTS#example-synthesizing-speech-on-terminal-using-the-released-models)|
|
||||||
|
|
||||||
## 🥇 TTS Performance
|
## 🥇 TTS Performance
|
||||||
<p align="center"><img src="https://raw.githubusercontent.com/coqui-ai/TTS/main/images/TTS-performance.png" width="800" /></p>
|
<p align="center"><img src="https://raw.githubusercontent.com/coqui-ai/TTS/main/images/TTS-performance.png" width="800" /></p>
|
||||||
|
|
Loading…
Reference in New Issue