campwill commited on
Commit
c96d67b
·
verified ·
1 Parent(s): 7d115be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  license: apache-2.0
3
  datasets:
4
- - campwill/HAL-9000-LJ-Speech
5
  language:
6
  - en
7
  pipeline_tag: text-to-speech
@@ -12,4 +12,12 @@ tags:
12
  - onnx
13
  base_model:
14
  - rhasspy/piper-voices
15
- ---
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  datasets:
4
+ - campwill/HAL-9000-Speech
5
  language:
6
  - en
7
  pipeline_tag: text-to-speech
 
12
  - onnx
13
  base_model:
14
  - rhasspy/piper-voices
15
+ ---
16
+
17
+ # HAL 9000 Piper TTS Model
18
+
19
+ This repository contains a text-to-speech (TTS) ONNX model that replicates the voice of HAL 9000, the AI character from 2001: A Space Odyssey. The model was trained using [Piper](https://github.com/rhasspy/piper) and audio clips collected from the film, which can be found in [this repository](https://huggingface.co/datasets/campwill/HAL-9000-Speech).
20
+
21
+ ## Project
22
+
23
+ I am currently using this TTS model for a HAL 9000 voice assistant project, which you can find on my [GitHub](https://github.com/campwill/hal-voice-assistant).