You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a prototype for a frontend within the eLisA protocol assistant
Getting Started
Installing
npm install
To start the development instance:
npm run-script electron-dev
Deployment
To build a deployable package:
npm run-script electron-pack
About
The protocol assistant is a React-based frontend that supports call center employees with gathering information from a customer call. It interactively visualizes conversation protocols and information provided by NLP-Services (e.g. named entities, sentiments etc.) that is related to the conversation. It provides interactive markups that can be u…