This is a Snips kaamelott action written in Python and is compatible with snips-skill-server
.
This action parses the kaamelott intents. The result is then played through wav.
You'll need to add the Kaamelott french skill in your assistant. It's available on Snips' console
To install the action on your device, you can use Sam
sam install action -g https://github.com/agileek/snips-skill-kaamelott.git
Copy it manually to the device to the folder /var/lib/snips/skills/
You'll need snips-skill-server
installed on the pi
sudo apt-get install snips-skill-server
Stop snips-skill-server & generate the virtual environment
sudo systemctl stop snips-skill-server
cd /var/lib/snips/skills/snips-skill-kaamelott/
sh setup.sh
sudo systemctl start snips-skill-server
Hey Snips
Balance du kaamelott
Look into trainings_and_slots/random_kaamelott_intent
to see which phrases are recognized, feel free to add your own
Show snips-skill-server logs with sam:
sam service log snips-skill-server
Or on the device:
journalctl -f -u snips-skill-server
Check general platform logs:
sam watch
Or on the device:
snips-watch