Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 635 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 635 Bytes

MNIST-FL-Client

Android app for Client part of Federated Learning

Federated Learning is an ML technique to train machine learning models on edge-devices like mobile phones without distutbing the privacy of the end-users. For more, Click here.

The current app is the client side application for running inference and train on the server using the MNIST model, implemented in PyTorch.

The server for the app can be found at MNIST-Server

The app can be found here