JarbasAI

Results 82 issues of JarbasAI

companion to https://github.com/OpenVoiceOS/ovos-backend-client/pull/65

enhancement

check https://github.com/JarbasSkills/skill-mock-backend if you just want to run offline you dont need selene if you want offline STT check https://github.com/HelloChatterbox/speech2text/blob/dev/speech2text/engines/kaldi.py#L22

closes https://github.com/JarbasHiveMind/HiveMind-core/issues/82 in the regular mycroft.conf add the transformers configs as usual, but this time under "hivemind" section (config file may be shared with OVOS with different plugins in each)...

enhancement

allow the usage of utterance/metadata transformers in hivemind-core before forwarding the utterance to OVOS as an example https://github.com/JarbasHiveMind/ovos-user-id could be used to assign a user coming from a voice satellite,...

enhancement

It used to be possible to use your own keys for owm, it even says so in mycroft-core readme this functionality was broken at some point, #123 would fix this,...

bug

- https://github.com/OpenVoiceOS/jurebes (scikit-learn) - https://github.com/OpenVoiceOS/padacioso (regex) - https://github.com/OpenJarbas/nebulento (fuzzy match)

hello! just found out about this project thanks to @PureTryOut i am not familiar with GTK or with this code base, i took a quick look at the repo. apologies...

improve support to load databases from file comments already supported, but it would be nice to also support the full Hjson spec, probably as a separate method https://github.com/hjson/hjson ```python db.load_from_json("some.json")...

enhancement
help wanted

requires https://github.com/OpenVoiceOS/ovos-utils/pull/246 + https://github.com/OpenVoiceOS/ovos-bus-client/pull/97 relates to https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/issues/114

enhancement

emit a bus message when utterance is handled to unambigously identify when handling was completed. `"ovos.utterance.handled"` allows clients such as hivemind to know when to stop expecting more `"speak"` events...

enhancement