Skip to content

jayeshdesai4520/chatbot-ng-internal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


Final Application
How to use DBpedia Chatbot
For more information about this project and GSoC Progress please refer to GSoC Wiki and Progress

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

  • Download or clone the repository, Navigate to the directory named zip file

  • Next, select the gear icon to go to settings



  • After that, select the export and import tab.



  • Now, click on import zip file and select the zip file



    Dialogflow will import the entire agent from the zip file for you.

Setup webhook in heroku

  • Sign up for Heroku

  • Create new app and follow the instruction given in Heroku website

  • Now, click on open app and copy the url and add /webhook at the end of the url



  • Last step is to click on fulfillment section in dialogflow and click save.



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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published