/kaggle-rsna

Kaggle RSNA-MICCAI Brain tumor Radiogenomic Classification competition. https://www.kaggle.com/c/rsna-miccai-brain-tumor-radiogenomic-classification

Primary LanguageJupyter NotebookMIT LicenseMIT

RSNA Kaggle Competition

See the competition online here.

Setup

Clone and enter repo

git clone git@github.com:sniderjustin/kaggle-rsna.git
cd kaggle-rsna

Create and activate virtual environemnt

python -m venv venv/
source venv/bin/activate

Upgrade pip and install packages

pip install -U pip
pip install -r requirements.txt

Create directory for tensorboard and launch

mkdir runs
tensorboard --logdir=runs

Run the training proces

python sketch.py

References