cjneely10 / TARA-Analysis

Visualization tool for TOPAZ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Streamlit App

TARA Data summary

Open this repo in streamlit using the link above, or follow the installation instructions below for a standalone version.

Installation

This visualizer requires a modern browser.

  • Dependencies: conda, git.
  • All libraries in the packages.txt file (installable with apt-get).
git clone https://github.com/cjneely10/TARA-Analysis.git
cd TARA-Analysis
conda env create -f environment.yml

Local Usage

Running the visualizer will use ≥ 450MB of system RAM.

conda activate TARA-Analysis
streamlit run TARAVisualize/main.py

Your browser should launch a window at http://localhost:8501/

About

Visualization tool for TOPAZ


Languages

Language:Python 78.0%Language:HTML 9.3%Language:TypeScript 6.4%Language:JavaScript 5.4%Language:Dockerfile 0.8%