Capstone Project 2: Building a Weather Application Using LUIS
In this project, we’ll build an application that will accept the user input and process it to extract the relevant city name and then call the OpenWeather API to get the weather of the given city.
We’ll use the same LUIS model that we have trained in our previous lessons.
(This application is only for learning purposes, but if you want, you can add more functionality by adding multiple intents and entities to make this a useful real-time application.)