Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 357 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 357 Bytes

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.