University Chatbot is an intelligent agent written in Python and modeled after the ELIZA program that can answer university-related questions for Concordia University using a knowledge graph and natural language processing.
Install the package installer pip. Next, navigate to the root folder of the project and install the required packages.
$ pip3 install rdflib
$ pip3 install requests
$ pip3 install spotlight
Once the packages are installed, run the following command to start the chatbot.
$ python3 chatbot.py
Original ELIZA code written by Jez Higgins and modified for this project.