You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-15Lines changed: 19 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,13 @@
18
18
19
19
MONAI is a [PyTorch](https://pytorch.org/)-based, [open-source](https://github.com/Project-MONAI/MONAI/blob/dev/LICENSE) framework for deep learning in healthcare imaging, part of the [PyTorch Ecosystem](https://pytorch.org/ecosystem/).
20
20
Its ambitions are as follows:
21
+
21
22
- Developing a community of academic, industrial and clinical researchers collaborating on a common foundation;
22
23
- Creating state-of-the-art, end-to-end training workflows for healthcare imaging;
23
24
- Providing researchers with the optimized and standardized way to create and evaluate deep learning models.
24
25
25
-
26
26
## Features
27
+
27
28
> _Please see [the technical highlights](https://docs.monai.io/en/latest/highlights.html) and [What's New](https://docs.monai.io/en/latest/whatsnew.html) of the milestone releases._
28
29
29
30
- flexible pre-processing for multi-dimensional medical imaging data;
@@ -32,7 +33,6 @@ Its ambitions are as follows:
32
33
- customizable design for varying user expertise;
33
34
- multi-GPU multi-node data parallelism support.
34
35
35
-
36
36
## Installation
37
37
38
38
To install [the current release](https://pypi.org/project/monai/), you can simply run:
@@ -53,30 +53,34 @@ Technical documentation is available at [docs.monai.io](https://docs.monai.io).
53
53
54
54
## Citation
55
55
56
-
If you have used MONAI in your research, please cite us! The citation can be exported from: https://arxiv.org/abs/2211.02701.
56
+
If you have used MONAI in your research, please cite us! The citation can be exported from: <https://arxiv.org/abs/2211.02701>.
57
57
58
58
## Model Zoo
59
+
59
60
[The MONAI Model Zoo](https://github.com/Project-MONAI/model-zoo) is a place for researchers and data scientists to share the latest and great models from the community.
60
61
Utilizing [the MONAI Bundle format](https://docs.monai.io/en/latest/bundle_intro.html) makes it easy to [get started](https://github.com/Project-MONAI/tutorials/tree/main/model_zoo) building workflows with MONAI.
61
62
62
63
## Contributing
64
+
63
65
For guidance on making a contribution to MONAI, see the [contributing guidelines](https://github.com/Project-MONAI/MONAI/blob/dev/CONTRIBUTING.md).
64
66
65
67
## Community
68
+
66
69
Join the conversation on Twitter/X [@ProjectMONAI](https://twitter.com/ProjectMONAI) or join our [Slack channel](https://forms.gle/QTxJq3hFictp31UM9).
67
70
68
71
Ask and answer questions over on [MONAI's GitHub Discussions tab](https://github.com/Project-MONAI/MONAI/discussions).
69
72
70
73
## Links
71
-
- Website: https://monai.io/
72
-
- API documentation (milestone): https://docs.monai.io/
73
-
- API documentation (latest dev): https://docs.monai.io/en/latest/
0 commit comments