diff --git a/federated_learning/appfl/README.md b/federated_learning/appfl/README.md new file mode 100644 index 000000000..e2ab6d85f --- /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 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).