Hi all,
I’m back again, been working on getting a usable version of my Grocy skill. Happy to say I am releasing a version to the public.
This script expects a STT setup that can handle unknown words. In my setup I am using VOSK but with the full english language model loaded. There are a couple of intents that use this to create object using unknown names.
Going to work on finishing all the basic intents then I want to extend my dynamic response function to handle multiple languages.
This is also my first published skill where I am using my new skill class which handles a bunch of the skill setup including “installing” a default sentence file in Rhasspy if one is not found.