https://github.com/deeplearnphysics/spinal_tap
SPINE Reconstruction Visualization Tool
https://github.com/deeplearnphysics/spinal_tap
Last synced: about 1 year ago
JSON representation
SPINE Reconstruction Visualization Tool
- Host: GitHub
- URL: https://github.com/deeplearnphysics/spinal_tap
- Owner: DeepLearnPhysics
- Created: 2025-01-28T14:35:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-27T19:09:24.000Z (about 1 year ago)
- Last Synced: 2025-02-28T03:38:33.237Z (about 1 year ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spinal Tap
Spinal Tap is Dash application which provides simple visualization tools to for
the Scalable Particle Imaging With Neural Embeddings
([SPINE](https://github.com/DeepLearnPhysics/spine) package.
## Installation
We recommend using a Singularity or Docker containers pulled from
[`deeplearnphysics/larcv2`](https://hub.docker.com/r/deeplearnphysics/larcv2),
which contains all the necessary dependancy to run this package.
This package does not need to be installed. Simply pull this repository and make
sure the python path points to the spine package:
```python
import sys
sys.path.insert(0, '/path/to/spine/')
```
## Usage
In order to use this package locally, simply execute the `app.py` script:
```bash
python3 app.py
```
And open the app in a browser by opening `http://0.0.0.0:8888/`. Done!
In the near future, the application with be hosted at
[https://k8s.slac.stanford.edu/spinal-tap](https://k8s.slac.stanford.edu/spinal-tap)