Goto

Collaborating Authors

 conversation app


Image Recognition in WhatsApp Chatbot - Using Azure AI

#artificialintelligence

In the last article, we learnt about LUIS - Language Understanding Intelligent Service provided by Azure and then learnt to create a conversation app. This was fundamental to create a cognitive service in Azure such that we can obtain a subscription key and endpoint to use in our application. This article focuses on following up on the app created in Azure to make a full-fledged AI Chatbot. We can learn about all these services provided in Azure for Machine Learning through the article, Azure Cognitive Services. Also read the last article, Luis – Create a conversation app this follows up on.


LUIS - Create A Conversation App

#artificialintelligence

In this article, we'll learn about LUIS – Language Understanding Intelligent Service provided by Azure. We'll get into the details of how LUIS understands our natural language and then go ahead to build an app that can detect the intention of our text. We'll go through a step-by-step process to create a weather app that can identify if we are asking about the weather situation of any city and country. LUIS is a cloud-based service for understanding text which basically solves problems in the domain of Natural Language Processing and is simple to use. Moreover, it can easily be integrated with our software development processes.