2017-03-07 18:26:52 +01:00
|
|
|
# requirements
|
|
|
|
/!\ You need to have the [Kalliope Core](https://github.com/kalliope-project/kalliope) installed before cloning this starter kit.
|
|
|
|
|
2022-04-30 15:06:58 +02:00
|
|
|
This starter kit has been tested with the version v0.5.0 of Kalliope.
|
|
|
|
|
|
|
|
If you have error with _snowboydetect kalliope can not import _snowboydetect.so with you current version of python.
|
|
|
|
Too fix it, you can use script in bellow
|
|
|
|
|
2022-05-01 01:44:13 +02:00
|
|
|
NOTE: https://hub.docker.com/r/kalliope/kalliope_ubuntu
|
|
|
|
NOTE: https://hub.docker.com/r/alphacep/kaldi-fr
|
|
|
|
|
|
|
|
|
2022-04-30 15:06:58 +02:00
|
|
|
```bash
|
|
|
|
sudo ./fix_snowboy_bin.sh
|
|
|
|
```
|
|
|
|
|
2022-04-30 17:37:45 +02:00
|
|
|
# pico2wave
|
|
|
|
|
|
|
|
```bash
|
|
|
|
sudo pamac install svox-pico-bin
|
|
|
|
```
|
|
|
|
|
|
|
|
# Arch linux
|
|
|
|
|
|
|
|
You must use pyenv because pyaudio crash with python3.10
|
|
|
|
|
|
|
|
```bash
|
|
|
|
pacman -S pyenv
|
|
|
|
```
|
|
|
|
|
2017-03-07 18:26:52 +01:00
|
|
|
# kalliope starter config fr
|
|
|
|
|
2022-04-30 15:06:58 +02:00
|
|
|
This is an out of the box working configuration for french kalliope user.
|
|
|
|
|
2017-03-07 18:26:52 +01:00
|
|
|
How to use
|
|
|
|
```bash
|
|
|
|
git clone https://github.com/kalliope-project/kalliope_starter_fr.git
|
|
|
|
cd kalliope_starter_fr
|
|
|
|
kalliope start
|
|
|
|
```
|
2022-04-30 21:19:41 +02:00
|
|
|
|
|
|
|
# Create custom awake term with
|
|
|
|
|
|
|
|
https://github.com/rhasspy/snowboy-seasalt
|