fx
Browse files
README.md
CHANGED
|
@@ -19,19 +19,21 @@ tags:
|
|
| 19 |
|
| 20 |
##
|
| 21 |
|
| 22 |
-
#
|
|
|
|
|
|
|
| 23 |
- Analysis of emotions of TTS [#1](https://huggingface.co/dkounadis/artificial-styletts2/discussions/2)
|
| 24 |
-
-
|
| 25 |
|
| 26 |
## Available Voices
|
| 27 |
|
| 28 |
<a href="https://audeering.github.io/shift/">Listen to available voices!</a>
|
| 29 |
|
| 30 |
-
## Flask
|
| 31 |
|
| 32 |
<details>
|
| 33 |
<summary>
|
| 34 |
-
|
| 35 |
</summary>
|
| 36 |
|
| 37 |
Clone
|
|
@@ -48,14 +50,19 @@ cd artificial-styletts2/
|
|
| 48 |
pip install -r requirements.txt
|
| 49 |
```
|
| 50 |
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
Flask API
|
| 54 |
|
| 55 |
```
|
| 56 |
-
CUDA_DEVICE_ORDER=PCI_BUS_ID HF_HOME=./hf_home CUDA_VISIBLE_DEVICES=
|
| 57 |
```
|
| 58 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
## Landscape 2 Soundscape
|
| 60 |
|
| 61 |
The following needs `api.py` to be already running on a tmux session.
|
|
|
|
| 19 |
|
| 20 |
##
|
| 21 |
|
| 22 |
+
# Affective TTS / Soundscape
|
| 23 |
+
|
| 24 |
+
Expansion of [SHIFT TTS tool](https://github.com/audeering/shift) with [foreign langs](https://huggingface.co/dkounadis/artificial-styletts2/blob/main/Utils/all_langs.csv) and [soundscapes via AudioGen](https://huggingface.co/dkounadis/artificial-styletts2/discussions/3).
|
| 25 |
- Analysis of emotions of TTS [#1](https://huggingface.co/dkounadis/artificial-styletts2/discussions/2)
|
| 26 |
+
- Foreign languages [#4](https://huggingface.co/dkounadis/artificial-styletts2/discussions/4)
|
| 27 |
|
| 28 |
## Available Voices
|
| 29 |
|
| 30 |
<a href="https://audeering.github.io/shift/">Listen to available voices!</a>
|
| 31 |
|
| 32 |
+
## Flask
|
| 33 |
|
| 34 |
<details>
|
| 35 |
<summary>
|
| 36 |
+
build virtualenv & start API
|
| 37 |
</summary>
|
| 38 |
|
| 39 |
Clone
|
|
|
|
| 50 |
pip install -r requirements.txt
|
| 51 |
```
|
| 52 |
|
| 53 |
+
Flask API - start on a `tmux-session`
|
|
|
|
|
|
|
| 54 |
|
| 55 |
```
|
| 56 |
+
CUDA_DEVICE_ORDER=PCI_BUS_ID HF_HOME=./hf_home CUDA_VISIBLE_DEVICES=0 python api.py
|
| 57 |
```
|
| 58 |
|
| 59 |
+
Inference
|
| 60 |
+
|
| 61 |
+
Following examples need `api.py` to be running. [Set this IP](https://huggingface.co/dkounadis/artificial-styletts2/blob/main/tts.py#L85) to the IP shown when starting `api.py`.
|
| 62 |
+
|
| 63 |
+
</details>
|
| 64 |
+
|
| 65 |
+
|
| 66 |
## Landscape 2 Soundscape
|
| 67 |
|
| 68 |
The following needs `api.py` to be already running on a tmux session.
|