Build a Simple ChatBot with Python and Google Search

Leland Zach
Towards Data Science
5 min readSep 1, 2019

--

Build a Simple ChatBot with Python
Build a Simple Python ChatBot from Scratch Using Google Search

Today we are going to build a Python 3 ChatBot API and web interface. ChatBots are challenging to build because there are an infinite number of inputs. Because of that, a ChatBot that can consistently come up with good answers needs immense knowledge.

It is common for developers to apply machine learning algorithms, NLP, and corpora of predefined answers into their ChatBot…

--

--