Build a smart Android app with LUIS and Xamarin Android
Xamarin.Android Natural language processing android app with LUIS
Hi everyone,
I was working on an android project which required NLP (Natural Language Processing) for interpreting a set of vocal commands in a smart way (AI, a little bit like Cortana, Alexa…). This may seem a little bit difficult from the first point of view but with all the tools which are available to us right now, it is a lot more simple than what you may think.
After making a few researches on the internet, I succeeded in implementing this functionality in the Android app which I was building, and here is an app which has just that functionality.
The source code for this app is found here
[…]