From ca640ed0907f506eed2a4d50da709530b3d68d55 Mon Sep 17 00:00:00 2001 From: Zilinghan Date: Thu, 6 Feb 2025 08:28:09 -0600 Subject: [PATCH 1/2] add documentation for APPFL+MONAI integration to do federated learning --- federated_learning/appfl/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 federated_learning/appfl/README.md diff --git a/federated_learning/appfl/README.md b/federated_learning/appfl/README.md new file mode 100644 index 000000000..23729c931 --- /dev/null +++ b/federated_learning/appfl/README.md @@ -0,0 +1,3 @@ +# Federated learning with APPFL + +The Advanced Privacy Preserving Federated Learning framework, [APPFL](https://github.com/APPFL/APPFL), provides examples on how to use its `MonaiTrainer` to train federated learning models using MONAI's [FL components](https://docs.monai.io/en/latest/fl.html). The tutorial is available at [here](https://appfl.ai/en/latest/tutorials/examples_monai.html). From bc3e554c161dbbf5421464d25c0747ce0e85445f Mon Sep 17 00:00:00 2001 From: Zilinghan Date: Thu, 6 Feb 2025 08:32:55 -0600 Subject: [PATCH 2/2] DCO Remediation Commit for Zilinghan I, Zilinghan , hereby add my Signed-off-by to this commit: ca640ed0907f506eed2a4d50da709530b3d68d55 Signed-off-by: Zilinghan --- federated_learning/appfl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/federated_learning/appfl/README.md b/federated_learning/appfl/README.md index 23729c931..e2ab6d85f 100644 --- a/federated_learning/appfl/README.md +++ b/federated_learning/appfl/README.md @@ -1,3 +1,3 @@ # Federated learning with APPFL -The Advanced Privacy Preserving Federated Learning framework, [APPFL](https://github.com/APPFL/APPFL), provides examples on how to use its `MonaiTrainer` to train federated learning models using MONAI's [FL components](https://docs.monai.io/en/latest/fl.html). The tutorial is available at [here](https://appfl.ai/en/latest/tutorials/examples_monai.html). +The Advanced Privacy Preserving Federated Learning framework, [APPFL](https://github.com/APPFL/APPFL), provides an example on how to use its `MonaiTrainer` to train federated learning models using MONAI's [FL components](https://docs.monai.io/en/latest/fl.html). The tutorial is available at [here](https://appfl.ai/en/latest/tutorials/examples_monai.html).