Metadata-Version: 2.1
Name: deepMRI
Version: 0.0.1
Summary: A deep learning toolbox for parallel MRI reconstruction
Home-page: https://github.com/yzhang-dev/deepMRI
Author: Yi Zhang
Author-email: yizhang.dev@gmail.com
License: MIT
Download-URL: https://github.com/yzhang-dev/deepMRI
Keywords: MRI
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.18.5)
Requires-Dist: scikit-image (>=0.16.2)
Requires-Dist: torch (>=1.6)
Requires-Dist: torchvision (>=0.6.0)

# deepMRI

deepMRI is

* a deep learning toolbox for parallel MRI reconstruction



## Quickstart



### Dependencies and Installation

```bash
$ pip install deepmri
```



## Documentation



## Related Projects

* [fastMRI](https://github.com/facebookresearch/fastMRI) ([fastmri.org](https://fastmri.org/))
* [mridata.org](http://mridata.org/)
* [BART](https://github.com/mrirecon/bart) ([mrirecon.github.io/bart/](http://mrirecon.github.io/bart/))


