Skip to content

Web UI for conversation insights - Manage your dialogue with state of the art natural language understanding and a revolutionary way to handle multi-turn dialogues with interactive machine learning and deep learning

License

Notifications You must be signed in to change notification settings

osswangxining/conversationinsights-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

  • Training data stored in DB
  • UI for managing training data
  • Initiate training from UI
  • Review configuration and component pipelines
  • Log requests for usage tracking, history, improvements
  • Usage dashboard
  • Easily execute intent parsing using different models

Getting Started

Start this as one nodejs application.

Prerequisites

MongoDB - Used for storing training data (entities, intents, synonyms, etc.)

Node.js/npm - Serves UI and acts as a middleware server for logging to the mongodb DB)

Installing

Please ensure prerequisites are fulfilled

Clone/download the UI repository


npm install

Running

Run npm start from the server folder

npm start
  • Update your package.json file to include the IP Addresses of your mynlu server and the connection string of your postgres instance.
  • Update your web/src/app.js file to include the IP Addresses of your local middleware server (no need to change this if they are running on the same instance)

Your web application should be available on http://localhost:5001

About

Web UI for conversation insights - Manage your dialogue with state of the art natural language understanding and a revolutionary way to handle multi-turn dialogues with interactive machine learning and deep learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published