/Inquire_Viz

Inquire toolkit based on BIDMach

Primary LanguageJavaScript

Inquire_Viz

Inquire toolkit based on BIDMach

Install and build

This is the repo for INQUIRE Tool: Early Insight Discovery for Qualitative Research

For the new inquire backend, please refer to https://github.com/peparedes/inquire-web-backend

And try it on http://commuterweb.stanford.edu/

This toolkit uses play web framework and it requires Java 8. We use maven for package management. You can modify pom.xml to configure the build process.

We support both CUDA 7.0, 7.5 and 8.0. You will need to change the project version in pom.xml to 1.1.0-cuda7.0 1.1.0-cuda7.5 or 1.1.1-cuda8.0 base on your preference.

To compile the project, use:

git clone https://github.com/BIDData/Inquire_Viz.git
mvn compile

To generate the package and pull all the jars into the lib folder, use:

mvn package

After you get all the jars, the web server can be started using:

./sbt -J-Xmx32g run

And then select the program you would like to run.