Skip to content

venguix/GBM8378

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GBM8378

Polytechnique Montreal course "Principes d'imagerie biomédicales".

Getting started (with Binder)

Click on the Binder badge: Binder

Wait for Binder to build (can take 5-10 minutes), then click on the Jupyter notebook. E.g.: under lab3-irm/gbm8378-lab3-irm.ipynb.

Getting started (on local station)

Clone this repository:

git clone https://github.com/jcohenadad/GBM8378.git
cd GBM8378

Install miniconda

Then, run the following to create virtual environment and start the notebook:

conda create -n env-gbm8378 python=3.6  # Only do it once
conda activate env-gbm8378  # Do it everytime you wish to run the notebook
pip install -r requirements.txt  # Only do it once (or if there was any change in the repository)

# Start lab3 notebook:
jupyter notebook lab3-irm/gbm8378-lab3-irm.ipynb

About

Polytechnique Montreal course "Principes d'imagerie biomédicales"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 80.7%
  • MATLAB 19.3%