Skip to content

chanana/ir-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ir-app

Visualize clustered data from IR studies

1. Clone repo, setup directory, create new environment, and install requirements

git clone https://github.com/chanana/ir-app.git
cd ir-app
mkdir img # make directory to save png images
python -m venv env # make virtual environment
. env/bin/activate
pip install --upgrade pip wheel
pip install -r requirements.txt # install requirements

2. Run a python server in the background and then run the app

python -m http.server & # run server in background
python ir_dash_2.0.py # run app

This takes about 30 seconds before the app actually launches so please be patient.

3. View the app

navigate to http://127.0.0.1:8050/

4. Exit the app

^C # stops the app
fg # brings python server to foreground
^C # stops server

About

Dash app to visualize clustered IR data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages