diff --git a/examples/monai-2D-mednist/README.md b/examples/monai-2D-mednist/README.md new file mode 100644 index 000000000..83d253f03 --- /dev/null +++ b/examples/monai-2D-mednist/README.md @@ -0,0 +1,13 @@ + +Implementing 2D Classification Model with MedNIST Dataset Using FEDn +-------------------------------------------------------------------- + +This example provides a step-by-step guide to deploying and running a 2D classification model using the MedNIST dataset in a federated environment with the `FEDn framework `__ developed by `Scaleout Systems `__ . This example builds on the centralized `example `__ from the MonAI project and adapts it for federated learning settings, utilizing the same code for ease of transition. + +The FEDn framework supports researchers with its robust `open-source SDK `__ and a `public SaaS platform `__ , enabling scalable and efficient federated learning use cases. + +Getting Started +--------------- + +For a step-by-step example guide, click `here `__ . +