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