Skip to content

stLearn interactive tutorial

Pham Truong Duy edited this page Feb 13, 2022 · 7 revisions

Tutorial how to run i-stLearn

We build a webapp version that wrap stLearn functions.

Step 1:

Install stlearn by this instruction: https://stlearn.readthedocs.io/en/latest/installation.html

Step 2:

Clone stlearn interactive app:

git clone https://github.com/BiomedicalMachineLearning/stlearn_interactive.git

cd stlearn_interactive

pip install -r requirements.txt

Step 3:

Run the stlearn interactive app:

FLASK_APP=app.py flask run

Step 4: Tutorial

Clone this wiki locally