gnahtb / RealFL

Implement basic steps in a model-centric federated learning model
The Unlicense
0 stars 2 forks source link
federated-learning

RealFL

This repository implements basic steps in the model-centric federated learning (FL) model.

We implement both the FL server and FL client for Linux in the Server and Client folder respectively. We also implement a FL client for Android devices in the AndroidClient folder. The CommonUtils package is for shared resources between projects.