For my final post of the year, I wanted to do something fun and decided to create a chatbot that creates memes. You’ve probably seen them before in the form …
Author: Marco
Back in 2013, I wrote an article called “CSS animated profile cards“. It showed how to create different kind of animations using HTML and CSS animation. Now, I wanted to …
Chatbots are becoming a more common way to navigate a user through an application. The Microsoft Bot Framework allows you to build those kind of chatbots, host them in Azure …
Apps can be pretty dull and only provide you with some static information. Wouldn’t it be awesome if your phone had eyes, ears and can learn from it’s context around …
One of the things you can do with the Text Analytics API, is the ability to recognise sentiment. This simply means that this API is able to detect if a …
Since we’re now able to request user input using Prompt Dialogs in Bot Framework, we can take it another step further. At this stage, we’ve only added LUIS as a …