Merge branch 'pr/agrinh/457-2' into dev

This commit is contained in:
Eren Gölge
2021-04-28 21:50:44 +02:00
9 changed files with 58 additions and 38 deletions
+7 -1
View File
@@ -111,11 +111,17 @@ If you are only interested in [synthesizing speech](https://github.com/coqui-ai/
pip install TTS
```
By default this only installs the requirements for PyTorch. To install the tensorflow dependencies as well, use the `tf` extra.
```bash
pip install TTS[tf]
```
If you plan to code or train models, clone 🐸TTS and install it locally.
```bash
git clone https://github.com/coqui-ai/TTS
pip install -e .
pip install -e .[all,dev,notebooks,tf] # Select the relevant extras
```
We use ```espeak-ng``` to convert graphemes to phonemes. You might need to install separately.