dbpedia / chatbot-ng

Repository for the GSoC 2021 project 'Modular DBpedia Chatbot'.
MIT License
4 stars 2 forks source link

DBpedia Chatbot - New Generation

This modern DBpedia chatbot provides access to a self-configurable Question Answering (QA) system. The chatbot is encapsulating the functionality of the Qanary framework including its plug-and-play components (cf. the list of available components). This project is dedicated to enabling regular users and researchers to define their own QA system by combining components just by interacting with the provided chatbot. Hence, no technical skills are required to create and test a new QA system.

This repository provides the implementation of the chatbot. It was initially implemented funded by the Google Summmer of Code program (GSoC). Originally it was proposed in the DBpedia forum: 'Modular DBpedia Chatbot'. Please find more information in the blog of the project.

Team

The GSoC project was carried out by Jayesh Desai.

The project is supervised and supported by:

Quick Links

Used Technology

Folder Structure

├── Dialogflow-Agent        # Chatbot code
├── Zip File                # Import zip file in dialogflow
├── Webhook                 # Webhook code
├── RDF-Visualization       # RDF visualization code

Getting Started

You will need to register a free account on Dialogflow if you want to run the chatbot by yourself. After that you need to create an agent.

Installation

Setup webhook in Heroku

Embed Code

<script src="https://www.gstatic.com/dialogflow-console/fast/messenger/bootstrap.js?v=1"></script>
<df-messenger
  intent="WELCOME"
  chat-title="DBpediaChatbotNG"
  agent-id="ad6b7d53-5823-4d2a-a540-529c4259cb7a"
  language-code="en"
></df-messenger>

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Feedback

Feedback is appreciated! Do not hesitate to submit a new issue!

License

MIT