Tuesday, August 11Digital Marketing Journals

Tag: BlenderBot

Create a very smart chatbot with BlenderBot | by Samuel Ronce | Jul, 2021
ai bot, ai chat, ai chatbot, artificial-intelligence, best chatbot, chatbot, chatbot ai, chatbot app, chatbot messenger, chatbot online, chatbot website, chatbot-development, conversation with ai, creating chatbots, facebook bot, facebook chatbot, facebook messenger bot, python, robot chat

Create a very smart chatbot with BlenderBot | by Samuel Ronce | Jul, 2021

Photo by Arseny Togulev on UnsplashReleased in April 2020 and created by Facebook, BlenderBot makes a super-chatbot. In other words, it is able to speak on open questionsRecently, version 2 has been released but this article remains on version 1 for simplicityOur goal, create a server with Flask that will allow to have an API to communicate with the chatbot1. We will be able to reset the conversation (remove the context)2. Put a first context, which would allow to give a personality to the chatbot3. Send a message and get the chatbot’s answerHave Python 3 and Pip installed on your machineHave some knowledge of the Python languageNote that a good computer is necessary. The worse your machine’s capabilities are, the slower the chatbot will respond.1. Create a file named main.py2. Go ahead, i...