You are viewing a single comment's thread from:
RE: 'Beyond Bitshares' - An open source Google Assistant bot! (WIP)
Wow. This is just so far beyond my abilities, I can hardly begin to understand how this works, but it's definitely incredible stuff.
Wow. This is just so far beyond my abilities, I can hardly begin to understand how this works, but it's definitely incredible stuff.
It's pretty complex when you first get started, it took me well over a week to get my bearings straight, but once you've figured things out it's pretty much just javascript and messing around with dialogflow.
I love the way machine learning is going, so you don't need any NLP toolkit?
Dialogflow makes the NLP extremely easy, you just provide 10+ examples of what they use might say in order to trigger a certain function, including the handling of variables mid sentence & it handles the rest. Pretty smart stuff!