Posts

Showing posts from February, 2020

The Bots are coming ...

Image
Introduction:  I recently completed a project, building a Bot for the Learning Design Module in my Masters in ICT at UJ. It was quite an eye opening experience to see how far the technology has come and how accessible it really is. Below are all the resources that I used to make the Bot, so if you want to build one, this post should at least save you some research time. The Bot that I made with the help of my group members was a Bot for a student Help service.  Initial Research Stage: I started by just reading as much as I could about Bots to get a general understanding. Building a Bot basically boils down to trying to build either a rule based Bot, which is a lot like a decision tree being used as a conversational model. Or trying to build an AI bot which uses existing libraries and tries to match input from the user against these libraries to figure out meaning. I chose the rule based Bot as it better matched the context of my project and because I think an AI Bot was beyond