Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/llnl/nddav
N-Dimensional Data Analysis and Visualization
https://github.com/llnl/nddav
data-analysis data-viz high-dimensional-data topological-data-analysis visual-analytics visualization
Last synced: 3 days ago
JSON representation
N-Dimensional Data Analysis and Visualization
- Host: GitHub
- URL: https://github.com/llnl/nddav
- Owner: LLNL
- License: bsd-3-clause
- Created: 2019-08-19T22:59:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-16T17:44:02.000Z (almost 4 years ago)
- Last Synced: 2024-09-15T23:52:00.133Z (2 months ago)
- Topics: data-analysis, data-viz, high-dimensional-data, topological-data-analysis, visual-analytics, visualization
- Language: JavaScript
- Size: 1.19 MB
- Stars: 3
- Watchers: 79
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```console
pip install -r requirements.txt
```#### Run:
Start server:
```console
python3 nddavServer.py
```Open browser at: http://localhost:5000
Released under LLNL-CODE-772013