shashigharti / federated-learning-on-raspberry-pi

This project implements the OpenMined tutorials and simulates the distributed model training process using 2 RPIs(Raspberry Pi).
106 stars 55 forks source link

PyTorch Robotics logo

Federated Learning with Raspberry PI (PySyft)

We are a group of scholars in the study group PyTorch Robotics from the Secure and Private AI Scholarship Challenge by Facebook AI and Udacity working together to implement this tutorial by Daniele Gadler from OpenMined.

We will set up PySyft on two Raspberry Pis and learn how to train a Recurrent Neural Network on a Raspberry Pi via PySyft.


Purpose of the project

The purpose of using federated learning on a Raspberry Pi (RPI) is to build the model on the device so that data does not have to be moved to a centralized server. In addition to increased privacy, FL works well for Internet-of-Things applications because training can be done on the device instead of having to pass data between devices and a centralized server.

This project, which implements the OpenMined tutorial simulates the process using 2 RPIs to classify a person's surname with its most likely language of origin.

Read more about this here in the article written by Jess


Federated learning?

Would you like to know more about to federated learning? Look no further! Our team has prepared a few articles to get you up to speed:


Raspberry Pi?

Would you like to know what parts are needed and how to get started? Have a look at these articles written by the team:


Stuck on a problem?

Do not worry, we have it all covered for you. Head over to the troubleshooting section here


Implementations of the project

Have a look here to see the implementation of the project in different ways:


Project leaders

Contributors/Team


More information