CoolFace
Datasetpublic

campwill/HAL-9000-Speech

HAL 9000 Speech Dataset 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. 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.… See the full description on the dataset page: https://huggingface.co/datasets/campwill/HAL-9000-Speech.

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
18likes151downloads
Dataset Card

HAL 9000 Speech Dataset

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.

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.

Sources

  • —The audio recordings were collected from https://www.youtube.com/watch?v=9wrjl-H4Hs8.
  • —Transcriptions of the audio recordings were collected from https://hal9000computer.wordpress.com/2017/11/22/all-hal-9000-phrases-from-the-movie/

Project

I used the cleaned version of the dataset to train my own HAL 9000 TTS model using Piper, based on their john-en TTS model checkpoint. This was done by formatting the dataset to LJ Speech format. The final TTS model can be accessed in this repository. I am currently using the TTS model for a HAL 9000 voice assistant project, which you can find on my GitHub.