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 of image macro’s with the typical top text and bottom text. This chatbot (called the MemeBot) is built with the Bot Framework and a fun way to see what the framework can do. MemeBot can simply create images like these: In this post, you’ll learn: How to consume the RapidAPI, …
Tag: bot
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 …
Tags bot, chat, cognitive services, microsoft, text analytics
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 …
Tags bot, chat, cognitive services, computer vision, microsoft
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 …
Now that we’ve built our first bot with Bot Framework that’s running locally, let’s move forward by making it publicly available. We’ll do so by running the bot in Microsoft …