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

Implement basic steps in a model-centric federated learning model

License

Notifications You must be signed in to change notification settings

gnahtb/RealFL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.