Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 1.97 KB

README.md

File metadata and controls

61 lines (43 loc) · 1.97 KB

Intent System

GitHub Logo

The system is deployed to: https://vdl.sci.utah.edu/predicting-intent

About

The purpose of this tool is to predict user intents in the form of patterns when brushing in scatterplots.

This project is developed at the Visualization Design Lab at the SCI Institute at the University of Utah by Kiran Gadhave, Jochen Görtler, Zach Cutler, and Alexander Lex, with contributions by Jeff Phillips, Miriah Meyer, and Oliver Deussen.

Please visit the publication page for more details and information on how to cite this work. The source code and documentation is available here. This project is funded by the National Science Foundation trough grant IIS 1751238 .

Other links

Development

To build the server you need python3, pipenv and yarn package manager.

First time

After cloning the repository for the first time, ensure you have python3 and pipenv, then run:

yarn run build-env

Starting development server

To start the server run:

yarn start