Skip to content

For experimenting with chat based interface for the Universal Discovery Interface.

License

Notifications You must be signed in to change notification settings

hms-dbmi/udi-chat

Repository files navigation

Universal Discovery Interface Chatbot Prototype

This repository contains the prototype for the Universal Discovery Interface (UDI) chatbot.

The chatbot responds to queries with visualization of the available datasets. This interface is useful as we develop and experiment with the UDI-Grammar.

A screenshot of the chatbot interface showing user queries and response visualizations.

🚅 Quick start for developers

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.

About

For experimenting with chat based interface for the Universal Discovery Interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published