Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -8,14 +8,13 @@ tags:
|
|
8 |
- piper
|
9 |
- tts
|
10 |
- hal 9000
|
11 |
-
- lj speech
|
12 |
---
|
13 |
|
14 |
-
# HAL 9000
|
15 |
|
16 |
This repository contains audio recordings of dialogue from HAL 9000, the AI character from 2001: A Space Odyssey. The full dataset contains most, but not all audio recordings of HAL 9000 from the film. The dataset is not cleaned, as background noise and variations in his voice are prevalent.
|
17 |
|
18 |
-
The dataset
|
19 |
|
20 |
## Sources
|
21 |
|
@@ -24,4 +23,4 @@ The dataset is formatted following the LJSpeech structure to ensure compatibilit
|
|
24 |
|
25 |
## Project
|
26 |
|
27 |
-
I used the cleaned version of the dataset to train my own HAL 9000 TTS model using [Piper](https://github.com/rhasspy/piper), based on their [john-en TTS model checkpoint](https://huggingface.co/datasets/rhasspy/piper-checkpoints/tree/main/en/en_US/john/medium). The final TTS model can be accessed in [this repository](https://huggingface.co/campwill/HAL-9000-Piper-TTS). I used the TTS model for a HAL 9000 voice assistant project, which can be found on my [GitHub](https://github.com/campwill/hal-voice-assistant).
|
|
|
8 |
- piper
|
9 |
- tts
|
10 |
- hal 9000
|
|
|
11 |
---
|
12 |
|
13 |
+
# HAL 9000 Speech Dataset
|
14 |
|
15 |
This repository contains audio recordings of dialogue from HAL 9000, the AI character from 2001: A Space Odyssey. The full dataset contains most, but not all audio recordings of HAL 9000 from the film. The dataset is not cleaned, as background noise and variations in his voice are prevalent.
|
16 |
|
17 |
+
The dataset can be formatted into the LJSpeech structure to ensure compatibility with most text-to-speech (TTS) models and training pipelines, such as [Piper](https://github.com/rhasspy/piper).
|
18 |
|
19 |
## Sources
|
20 |
|
|
|
23 |
|
24 |
## Project
|
25 |
|
26 |
+
I used the cleaned version of the dataset to train my own HAL 9000 TTS model using [Piper](https://github.com/rhasspy/piper), based on their [john-en TTS model checkpoint](https://huggingface.co/datasets/rhasspy/piper-checkpoints/tree/main/en/en_US/john/medium). This was done by formatting the dataset to LJ Speech format. The final TTS model can be accessed in [this repository](https://huggingface.co/campwill/HAL-9000-Piper-TTS). I used the TTS model for a HAL 9000 voice assistant project, which can be found on my [GitHub](https://github.com/campwill/hal-voice-assistant).
|