Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,27 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- text-to-speech
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- piper
|
9 |
+
- tts
|
10 |
+
- hal 9000
|
11 |
+
- lj speech
|
12 |
+
---
|
13 |
+
|
14 |
+
# HAL 9000 LJ Speech Dataset
|
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 is formatted following the LJSpeech structure to ensure compatibility with most text-to-speech (TTS) models and training pipelines, such as [Piper](https://github.com/rhasspy/piper).
|
19 |
+
|
20 |
+
## Sources
|
21 |
+
|
22 |
+
- The audio recordings were collected from https://www.youtube.com/watch?v=9wrjl-H4Hs8.
|
23 |
+
- Transcriptions of the audio recordings were collected from https://hal9000computer.wordpress.com/2017/11/22/all-hal-9000-phrases-from-the-movie/
|
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).
|