Skip to content

an intelligent agent that can answer university-related questions using a knowledge graph and natural language processing

Notifications You must be signed in to change notification settings

daniakalomiris/university-chatbot

Repository files navigation

University Chatbot

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.

Installation

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

Getting started

Once the packages are installed, run the following command to start the chatbot.

$ python3 chatbot.py

Demo

License

Original ELIZA code written by Jez Higgins and modified for this project.

About

an intelligent agent that can answer university-related questions using a knowledge graph and natural language processing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages