ln
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ tags:
|
|
| 23 |
|
| 24 |
- [SHIFT TTS tool](https://github.com/audeering/shift)
|
| 25 |
- Analysis of emotionality [#1](https://huggingface.co/dkounadis/artificial-styletts2/discussions/2)
|
| 26 |
-
-
|
| 27 |
- `landscape2soundscape.py` shows how to overlay TTS & sound to image and create video
|
| 28 |
|
| 29 |
## Available Voices
|
|
@@ -32,19 +32,22 @@ tags:
|
|
| 32 |
|
| 33 |
## Flask API
|
| 34 |
|
| 35 |
-
Clone this repo
|
| 36 |
|
| 37 |
```
|
| 38 |
git clone https://huggingface.co/dkounadis/artificial-styletts2
|
| 39 |
```
|
| 40 |
-
|
| 41 |
|
| 42 |
```
|
| 43 |
virtualenv --python=python3 ~/.envs/.my_env
|
| 44 |
source ~/.envs/.my_env/bin/activate
|
| 45 |
cd shift/
|
| 46 |
pip install -r requirements.txt
|
|
|
|
|
|
|
|
|
|
| 47 |
|
|
|
|
| 48 |
CUDA_DEVICE_ORDER=PCI_BUS_ID HF_HOME=./hf_home CUDA_VISIBLE_DEVICES=2 python api.py
|
| 49 |
```
|
| 50 |
|
|
@@ -98,6 +101,8 @@ For SHIFT demo / Collaboration with [SMB](https://www.smb.museum/home/)
|
|
| 98 |
|
| 99 |
[](https://youtu.be/BhMh02knkco)
|
| 100 |
|
|
|
|
|
|
|
| 101 |
[](https://www.youtube.com/watch?v=Y8QyYUgLaCg)
|
| 102 |
|
| 103 |
|
|
|
|
| 23 |
|
| 24 |
- [SHIFT TTS tool](https://github.com/audeering/shift)
|
| 25 |
- Analysis of emotionality [#1](https://huggingface.co/dkounadis/artificial-styletts2/discussions/2)
|
| 26 |
+
- Soundscapes `trees, water, castles` via [AudioGen](https://huggingface.co/dkounadis/artificial-styletts2/discussions/3)
|
| 27 |
- `landscape2soundscape.py` shows how to overlay TTS & sound to image and create video
|
| 28 |
|
| 29 |
## Available Voices
|
|
|
|
| 32 |
|
| 33 |
## Flask API
|
| 34 |
|
|
|
|
| 35 |
|
| 36 |
```
|
| 37 |
git clone https://huggingface.co/dkounadis/artificial-styletts2
|
| 38 |
```
|
| 39 |
+
Python Environment
|
| 40 |
|
| 41 |
```
|
| 42 |
virtualenv --python=python3 ~/.envs/.my_env
|
| 43 |
source ~/.envs/.my_env/bin/activate
|
| 44 |
cd shift/
|
| 45 |
pip install -r requirements.txt
|
| 46 |
+
```
|
| 47 |
+
|
| 48 |
+
Start Flask
|
| 49 |
|
| 50 |
+
```
|
| 51 |
CUDA_DEVICE_ORDER=PCI_BUS_ID HF_HOME=./hf_home CUDA_VISIBLE_DEVICES=2 python api.py
|
| 52 |
```
|
| 53 |
|
|
|
|
| 101 |
|
| 102 |
[](https://youtu.be/BhMh02knkco)
|
| 103 |
|
| 104 |
+
[](https://youtu.be/a3qk9S87v60)
|
| 105 |
+
|
| 106 |
[](https://www.youtube.com/watch?v=Y8QyYUgLaCg)
|
| 107 |
|
| 108 |
|
uc_spk_Landscape2Soundscape_Masterpieces_pics/thumb____05_Blechen_FV40_001.jpg
ADDED
|
|