-
Notifications
You must be signed in to change notification settings - Fork 0
stLearn interactive tutorial
Pham Truong Duy edited this page Feb 13, 2022
·
7 revisions
We build a webapp version that wrap stLearn functions.
Install stlearn by this instruction: https://stlearn.readthedocs.io/en/latest/installation.html
Clone stlearn interactive app:
git clone https://github.com/BiomedicalMachineLearning/stlearn_interactive.git
cd stlearn_interactive
pip install -r requirements.txt
Run the stlearn interactive app:
FLASK_APP=app.py flask run