Spinal Tap is Dash application which provides simple visualization tools to for the Scalable Particle Imaging With Neural Embeddings (SPINE package).
We recommend using a Singularity or Docker containers pulled from
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 to use the --recurse-submodules
option to pull the SPINE submodule
automatically, i.e.
git clone --recurse-submodules https://github.com/DeepLearnPhysics/spinal_tap
In order to use this package locally, simply execute the app.py
script:
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