DeepMR#
A framework to accelerate the development of modern MR acquisition and reconstruction methods, focused on quantitative MRI.Installation#
Deep-MR can be installed using pip:
Clone the repo
git clone https://github.com/INFN-PREDATOR/deep-mr.git
Navigate to the repository root folder and install using pip:
pip install .
or, for editable mode:
pip install -e .
Usage#
See documentation for API and usage examples.
Contributing#
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
License#
deepmr
was created by Matteo Cencini. It is licensed under the terms of the MIT license.
Credits#
deepmr
was created with cookiecutter
and the py-pkgs-cookiecutter
template.