Skip to content

Latest commit

 

History

History
138 lines (89 loc) · 5.17 KB

README.md

File metadata and controls

138 lines (89 loc) · 5.17 KB

🧠 Intracranial Hemorrhage Detection using Deep Learning

In this project we detect and diagnose the type of hemorrhage in CT scans using Deep Learning!

The training code is available in train.py. Code for the metrics reported in the paper is available in notebooks/Week 11 - tlewicki - metrics clean.ipynb.

Setup instructions:

  1. The dataset can be downloaded from here (the dataset 500 GB). There's a dowloaded and unzipped version on SJSU HPC disk at: '/data/cmpe257-02-fa2019/team-1-meerkats/rsna-intracranial-hemorrhage-detection/'

  2. Install the requirements and activate the virtual environment:

conda env create -f environment.yml
conda activate brainenv
  1. Install pydicom (not available from conda distribution)
(brainenv) pip install pydicom
  1. Download the weights file and place it in ichdemo/ folder

  2. Navigate to ichdemo/ & and run the demo app

(brainenv) python3 app.py
  1. Navigate your browser to http://localhost:9999/ to interact with the demo app

  2. You can run any notebooks in notebooks/ dir by typing:

(brainenv) jupyter notebook