Running R Package POMDP from Python

Chatbots are now used in many applications for different purposes. The popularity of this type widget can be estimated from this fact: As of August 2019, search results on Google for the following keywords: chatbot – Volume: 246,000 searches per month and found 32,700,000 results neural net – Volume 3600 searches per month and 127,000,000 … Read more

Chatbots Examples with ChatterBot – How to Add Logic

In the previous post How to Create a Chatbot with ChatBot Open Source and Deploy It on the Web I wrote how to deploy ChatterBot on pythonanywhere hosting site with Django webfamework. In this post we will look at few useful chatbots examples for implementing logic in our chatbot. This chatbot was developed in the … Read more

How to Create a Chatbot with ChatBot Open Source and Deploy It on the Web

Chatbots have become very popular due to progress in AI, ML and NLP. They are now used on many websites. With increased popularity of chatbots there are many different frameworks to create chatbot. We will explore one of such framework in this post. We will review how to create a chatbot and deploy online based … Read more