Setup instructions - Linux and Mac only, Windows users please use WSL.
- Execute these commands in a terminal
 
conda create -n federated_learning_workshop python=3.12
conda activate federated_learning_workshop
pip install git+https://github.com/amarquand/[email protected]
conda install ipykernel graphviz libcxx
python -m ipykernel install --user --name=federated_learning_workshop
- Clone this repo
 - Run the transfer.ipynb using the 
federated_learning_workshopenvironment