pnhofmann
pnhofmann
Don't understand me wrong - I'm open for lots of stuff. Whole node.js stuff is just a huge dependency - which we should discuss. And it's not like I'm the...
> If he is able to create all these features, maybe add in another branch Sure! But looks to me like quite some work needed to make the node integration...
> So, I will close this pull request and start another one with the NLU option in Python. Just to clarify: Not like I'm saying NLU is the only/best way...
Strange, but okay. Just to be sure, it looks like this: ``` ~> Hi, what can I do for you? akinator Let's play ! You have to think of a...
Of course ;). * If you know/use windows, I'd be especially pleased, if you could improve our windows port ;). * If you know something about natural language processing or...
Don't really know how a graphical interface for Jarvis should look like - but if you do: Sure; go for it. why not?
Do you know virtualenv? https://docs.python-guide.org/dev/virtualenvs/ If you have multiple projects you don't want to install all python packages globally. So you commonly create a "virtualenv". You activate this virtualenv with:...
Don't worry too much about docker - even if GUI does not work in docker that wouldn't be that problematic. For Linux and X you can just pass ``/tmp/.X11-unix`` to...
No need for an excuse and please don't trouble yourself ;).
Hi @AhmetFurkann ! Here's my early test - but yeah, nothing special to see ;). https://github.com/sukeesh/Jarvis/tree/dev/jarviscli/frontend/gui (Dev-branch will hopefully merged into master the coming weeks) I decided to use kivy...