jayeshdesai4520 / chatbot-ng-internal

MIT License
3 stars 0 forks source link

DBpedia Chatbot - New Generation

The Modern DBpedia chatbot with the functionality of the Qanary framework including its plug-and-play components and their optimization.

This repository will provide the implementation of the project proposed using the title 'Modular DBpedia Chatbot' that is funded by the Google Summer of Code program. Please find more information in the DBpedia forum and in the blog of the project for more detailed information.

The project is carried out by Jayesh Desai.

The project Supervision and support is done by:

Quick Links

Tap below GIF to open the Video

DBpedia Chatbot YouTube Video

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. 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! submit a new issue!

License

MIT