shift tts
Browse files
README.md
CHANGED
@@ -7,13 +7,15 @@ tags:
|
|
7 |
- audiocraft
|
8 |
- audiogen
|
9 |
- styletts2
|
10 |
-
- shift
|
11 |
- sound
|
12 |
- audio-generation
|
13 |
- text-to-speech
|
14 |
- mimic3
|
15 |
---
|
16 |
|
|
|
|
|
17 |
[![Beta Text 2 Speech Tool](assets/shift_banner.png?raw=true)](https://shift-europe.eu/)
|
18 |
|
19 |
##
|
@@ -21,8 +23,8 @@ tags:
|
|
21 |
# Affective TTS / Soundscape
|
22 |
|
23 |
Beta version of TTS tool for [SHIFT](https://shift-europe.eu/) with [AudioGen soundscapes](https://huggingface.co/dkounadis/artificial-styletts2/discussions/3)
|
24 |
-
- [Analysis of
|
25 |
-
- [Listen
|
26 |
|
27 |
## Available Voices
|
28 |
|
@@ -60,11 +62,11 @@ Flask `tmux-session`
|
|
60 |
CUDA_DEVICE_ORDER=PCI_BUS_ID HF_HOME=./hf_home CUDA_VISIBLE_DEVICES=0 python api.py
|
61 |
```
|
62 |
|
63 |
-
|
64 |
|
65 |
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`.
|
66 |
|
67 |
-
##
|
68 |
|
69 |
</details>
|
70 |
|
|
|
7 |
- audiocraft
|
8 |
- audiogen
|
9 |
- styletts2
|
10 |
+
- shift-tts
|
11 |
- sound
|
12 |
- audio-generation
|
13 |
- text-to-speech
|
14 |
- mimic3
|
15 |
---
|
16 |
|
17 |
+
SHIFT TTS - StyleTTS2 with Sythetic Speakers (made by another TTS)
|
18 |
+
|
19 |
[![Beta Text 2 Speech Tool](assets/shift_banner.png?raw=true)](https://shift-europe.eu/)
|
20 |
|
21 |
##
|
|
|
23 |
# Affective TTS / Soundscape
|
24 |
|
25 |
Beta version of TTS tool for [SHIFT](https://shift-europe.eu/) with [AudioGen soundscapes](https://huggingface.co/dkounadis/artificial-styletts2/discussions/3)
|
26 |
+
- [Analysis of emotion of TTS](https://huggingface.co/dkounadis/artificial-styletts2/discussions/2)
|
27 |
+
- [Listen Also foreign languages via MMS TTS](https://huggingface.co/dkounadis/artificial-styletts2/discussions/4)
|
28 |
|
29 |
## Available Voices
|
30 |
|
|
|
62 |
CUDA_DEVICE_ORDER=PCI_BUS_ID HF_HOME=./hf_home CUDA_VISIBLE_DEVICES=0 python api.py
|
63 |
```
|
64 |
|
65 |
+
Inference via Flask
|
66 |
|
67 |
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`.
|
68 |
|
69 |
+
## Examples For Cultural Heritage Partners - SHIFT
|
70 |
|
71 |
</details>
|
72 |
|