/FLTestbed

Federated learning testbed for real-world mobile devices

Primary LanguageJupyter Notebook

FLTestbed

Setup

git clone https://github.com/Mutahar789/FLTestbed.git
cd FLTestbed/
./setup.sh

Run Server:

./run_server.sh

Run Notebook:

./run_notebook.sh

CPU profiling:

./get_cpu_profile.sh <device_id> <device_name>

Memory profiling:

./get_mem_profile.sh <device_id> <device_name>

Install app:

Change IP address in MnistActivity.kt and client variable in LocalFEMNISTDataDataSource.kt
To install the application on a slow device, set the variable isSlowClient to true in LocalFEMNISTDataSource and false otherwise.
Open in android-studio and install.