Skip to content

kqh2621990/NDDAV

 
 

Repository files navigation

NDDAV

Web-based Interface for the N-Dimensional Data Analysis and Visualization System.

Requirements:

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:

  1. Install hdtopology (https://github.com/LLNL/hdtopology.git).

  2. Install graphviz binary package (i.e., brew install graphviz)

  3. Install required python packages:

pip install -r requirements.txt

Run:

Start server:

python3 nddavServer.py

Open browser at: http://localhost:5000

Released under LLNL-CODE-772013

About

N-Dimensional Data Analysis and Visualization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.3%
  • Python 24.8%
  • Other 1.9%