Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Markowitz
cuDF
hipCIM
cuCIM
MONAI
transformative
latencies
ACEs
Expand Down
Binary file added docs/images/MONAI.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,20 @@ The AMD Instinct Documentation site provides comprehensive guides and technical
</p>
:::

:::{grid-item-card}
:padding: 1
:img-top: ./images/MONAI.jpg
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href=./life-science/MONAI.html class="card-header-link">
<h2 class="card-header">MONAI</h2>
</a>
<p class="paragraph"> Train and deploy AI and computer vision models for medical imaging use cases on AMD Instinct™ GPUs.
</p>
:::

:::{grid-item-card}
:padding: 1
:img-top: ./images/ROCm-LS_Blogs.jpg
Expand Down
45 changes: 45 additions & 0 deletions docs/life-science/MONAI.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# MONAI

The Medical Open Network for Artificial Intelligence ([MONAI](https://monai.io/)) is a domain-optimized,
open-source framework based on PyTorch designed to facilitate deep learning for medical images. The
[MONAI Model Zoo](https://monai.io/model-zoo.html#/) contains a variety of biomedical imaging models that
may be deployed or fine-tuned to suit your purposes.

MONAI provides out-of-the-box integration with hipCIM, enabling researcher and healthcare professionals to
streamline scientific imaging pipelines, boost computation performance, and speed up innovation across a
wide array of healthcare use cases.

MONAI support for AMD is currently in an Early Access state and is intended as a preview to the upcoming
production ready release.

::::{grid} 2 2 2 2

:::{grid-item-card}
:padding: 1
:img-top: ../images/ROCm-LS_Docs.jpg
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href="https://rocm.docs.amd.com/projects/monai/en/latest/" class="card-header-link">
<h2 class="card-header">Documentation</h2>
</a>
<p class="paragraph"> Installation instructions, supported features, and information on the MONAI model zoo can all be found on the ROCm Documentation site.
</p>
:::

:::{grid-item-card}
:padding: 1
:img-top: ../images/MONAI.jpg
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href="https://github.com/ROCm-LS/monai" class="card-header-link">
<h2 class="card-header">Github</h2>
</a>
<p class="paragraph"> View the source code for MONAI on AMD on Github.
</p>
:::

::::
14 changes: 14 additions & 0 deletions docs/life-science/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@ scientific innovation with ROCm-LS and realize the full potential of your resear
.</p>
::::

::::{grid-item-card}
:padding: 1
:img-top: ../images/MONAI.jpg
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href=./MONAI.html class="card-header-link">
<h2 class="card-header">MONAI</h2>
</a>
<p class="paragraph"> AI and deep learning for medical imaging use cases on AMD Instinct™ GPUs.
.</p>
::::

::::{grid-item-card}
:padding: 1
:img-top: ../images/ROCm-LS.jpg
Expand Down
3 changes: 3 additions & 0 deletions docs/sphinx/_toc.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ subtrees:
- entries:
- file: life-science/hipCIM.md
title: hipCIM
- entries:
- file: life-science/MONAI.md
title: MONAI
- file: isv-apps/index.md
title: Simulation & Modeling Apps
subtrees:
Expand Down
Loading