Code and slides from MBP Tech Talks 2020: Introduction to Medical Image Processing with Python
Note: the notebook requires Python 3.6
or newer.
- Clone this repository:
git clone https://github.com/przebieglykaziu/mbp-tech-talks-2020-medical-imaging.git
or download zip by selecting Clone or download -> Download ZIP above.
- To install all the required packages, run
python3 -m pip install -r requirements.txt
.
- Launch the Jupyter notebook by running:
jupyter notebook
in this directory.