Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 2.53 KB

README.md

File metadata and controls

57 lines (40 loc) · 2.53 KB

DeepMR logo

CodeFactor CI/CD Made with Python code style - black License: MIT

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:

  1. Clone the repo
git clone https://github.com/INFN-PREDATOR/deep-mr.git
  1. Navigate to the repository root folder and install using pip:
pip install .

or, for editable mode:

pip install -e .

Usage

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.