pnhofmann
pnhofmann
Agree, would be quite cool! > but I wonder if there would be some way to do it without hardcoding the specific names of the plugins.. I did introduce an...
> So I can iterate over the dictionary of plugins, searching for a particular keyword (or partial) It's actually a List of Plugin-Names. To call plugin, ``jarvis.execute_once(s)`` could be used,...
Hi, Sorry, for long delay. Yeah, just send a PR and I'll take a look ;).
Hi! what news source do you plan to use? To link existing news plugin: https://github.com/sukeesh/Jarvis/blob/master/jarviscli/plugins/news.py Just spontaneous thought: Maybe some kind of simple RSS-based news plugin would be nice?
Yeah, dev branch ;).
Sure! Provides similar features like ``dictionary`` - but dictionary uses limited offline data, this is online. So this is additional value. I'll merge - just let me thinks a bit,...
Hi! Sure, sounds good!
List of stuff, I would appreciate: * Make speech recognition backend select-able ([SpeechRecognition](https://pypi.org/project/SpeechRecognition/) supports multiple backends * Having a Speech recognition backend, which works offline * Voice recorder without native...
Hi! > and also is it a good first issue Wouldn't know why not. > Please guide me as to where to begin So obviously we don't write own Speech...
CMU Sphinx - which contains pocketsphinx - is in fact supported by SpeechRecognition. SpeechRecognition is a meta-module which unites multiple Speech Recognition services. If you have a good reason to...