Web-based Interface for the N-Dimensional Data Analysis and Visualization System.
python3, numpy, scipy, sklearn, flask, python-socketio, eventlet, pyclipper, graphviz (both binary executable and python wrapper)
Topological data analysis library for NDDAV: hdtopology (https://github.com/LLNL/hdtopology.git)
-
Install hdtopology (https://github.com/LLNL/hdtopology.git).
-
Install graphviz binary package (i.e., brew install graphviz)
-
Install required python packages:
pip install -r requirements.txt
Start server:
python3 nddavServer.py
Open browser at: http://localhost:5000
Released under LLNL-CODE-772013