/fl-suite

Federated Learning Suite

Primary LanguagePythonApache License 2.0Apache-2.0

Katulu FL Suite

Development

This project makes use of submodules to include external components like kubeflow to resolve latency issues with other means of inclusion like external kustomize resources.

Clone this repository including all submodules using the following command:

git clone --recursive git@github.com:katulu-io/fl-suite.git

Already cloned without recursive options? Run the following command to initialize all the submodules.

git submodule update --init --recursive

Local kubernetes cluster

For instructions how to spin up a local kubernetes environment please see the develop README.md