stlearn with interactive web app
Install stlearn dev version by:
git clone https://github.com/BiomedicalMachineLearning/stLearn
cd stLearn
python setup.py install
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