Skip to content

chat-client used for the demonstration of sentiment/emotion based dialogue system

Notifications You must be signed in to change notification settings

redpin-pankaj/chat-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat-Client

This chat-client is created to demonstrate the implementation of my MSc project 'Sentiment and Emotion control in dialogue systems' which is submitted in fulfilment of the requirements for the degree of Master of Science, Artificial Intelligence at Queen Mary University of London, School of Electronics Engineering and Computer Science in January 2020 by Pankaj Saini ([email protected])

Credits

  1. The chatbot UI is based on BotUI framework (https://github.com/botui/botui).
  2. The code was created by following the tutorial by Sushant Shekhar (https://chatbotslife.com/custom-api-ai-chatbot-using-botui-58d673155c7d) and the GitHub repo https://github.com/sheksushant/bot-dialogflow

How to use?

Use the below commands step by step to use it.

  1. Make sure you have chat-client folder unzipped in your current directory.
  2. Make sure you have NodeJS and NPM installed in your machine.
  3. run cd chat-client
  4. run npm install
  5. run node bin/www
  6. Open Browser and go to URL http://localhost:3000

Connecting to the dialogue-system via API/WebHooks

Although the WebHook or APIs are already configured on the app(in file chat-client/config/api.js), but if you want to modify them check the file chat-client/config/api.js

About

chat-client used for the demonstration of sentiment/emotion based dialogue system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published