Raivis Dejus
commited on
Commit
·
8a66b0e
1
Parent(s):
882ba19
Adding note whisper small model
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ Voice model is built on [audio books](https://www.youtube.com/@LatvijasNeredzigo
|
|
24 |
| Vilciens | <audio controls><source src="https://huggingface.co/RaivisDejus/Piper-lv_LV-Aivars-medium/resolve/main/1.wav" type="audio/wav">1.wav</audio> |
|
25 |
| Balsu talka | <audio controls><source src="https://huggingface.co/RaivisDejus/Piper-lv_LV-Aivars-medium/resolve/main/2.wav" type="audio/wav">2.wav</audio> |
|
26 |
|
27 |
-
Aivars TTS voice model is licenced under CC0 1.0 Universal [(CC0 1.0)](https://creativecommons.org/publicdomain/zero/1.0/) Public Domain Dedication. You are free to use it for any purpose, including commercial, no strings attached. However, it would be nice if you would choose to help the
|
28 |
|
29 |
For information about use of this voice model see [Piper TTS GitHub repository](https://github.com/rhasspy/piper/).
|
30 |
|
@@ -40,3 +40,5 @@ wget -O aivars.onnx.json https://huggingface.co/RaivisDejus/Piper-lv_LV-Aivars-m
|
|
40 |
```
|
41 |
|
42 |
Then install `Piper` addon and configure Voice assistant to use `aivars (medium)` voice model. Our custom voice will not show up in the voice list in `Piper` configuration, but it will be available in Voice assistant configuration.
|
|
|
|
|
|
24 |
| Vilciens | <audio controls><source src="https://huggingface.co/RaivisDejus/Piper-lv_LV-Aivars-medium/resolve/main/1.wav" type="audio/wav">1.wav</audio> |
|
25 |
| Balsu talka | <audio controls><source src="https://huggingface.co/RaivisDejus/Piper-lv_LV-Aivars-medium/resolve/main/2.wav" type="audio/wav">2.wav</audio> |
|
26 |
|
27 |
+
Aivars TTS voice model is licenced under CC0 1.0 Universal [(CC0 1.0)](https://creativecommons.org/publicdomain/zero/1.0/) Public Domain Dedication. You are free to use it for any purpose, including commercial, no strings attached. However, it would be nice if you would choose to help the latvian open speach data to grow by participating and spreading the word about the [Balsu talka](https://balsutalka.lv/) project.
|
28 |
|
29 |
For information about use of this voice model see [Piper TTS GitHub repository](https://github.com/rhasspy/piper/).
|
30 |
|
|
|
40 |
```
|
41 |
|
42 |
Then install `Piper` addon and configure Voice assistant to use `aivars (medium)` voice model. Our custom voice will not show up in the voice list in `Piper` configuration, but it will be available in Voice assistant configuration.
|
43 |
+
|
44 |
+
For latvian speech recognition in Home assistant use [latvian whisper small model](https://huggingface.co/RaivisDejus/whisper-small-lv)
|