Instructions for the tutorial#
Fed-BioMed is an open-source research and development initiative for translating federated learning into real-world medical applications. The community of Fed-BioMed gathers experts in medical engineering, machine learning, communication, and security. We all contribute to provide an open, user-friendly, and trusted framework for deploying the state-of-the-art of federated learning in sensitive environments, such as in hospitals and health data lakes.
Check out our fedbiomed.org for the latest documentation and news!
Connecting to JupyterHub#
We provide a ready-to-use Jupyterhub instance running on AWS for you. To use it, check the table below and copy the url associated with your username in a browser.
Friday, July 7th#
user |
address |
---|---|
francesco |
|
lucia |
|
yannick_shaofeng |
|
emma |
|
celine |
|
isabella |
|
brice |
|
melanie |
|
theo |
|
javier |
|
hugo |
|
aleksandar |
|
narges |
|
charlotte |
|
hanae |
|
yevgenyi |
|
lea |
|
theodore |
|
takoua |
|
paula |
|
quoc_viet |
|
franka |
You may log in with the password provided to you by the workshop presenters.
If you wish, you may also install Fed-BioMed locally on your machine. If you have any questions about local installation we can try to quickly help during the workshop, or you may ask support questions through our mailing list and our user discord channel.
Launching the Fed-BioMed components#
In today’s tutorial, you will be launching one researcher and two node components.
The Fed-BioMed node#
We have prepare two nodes for you, called site_1.ini
and site_2.ini
.
To run them, open two terminals in Jupyterhub and navigate to the fedbiomed folder in both of them
cd $HOME/fedbiomed
Then, in the first terminal execute
./scripts/fedbiomed_run node config site_1.ini start
while in the other terminal you should execute
./scripts/fedbiomed_run node config site_2.ini start
Note that after this command, the terminal is fully dedicated to running the node, and you may not execute other commands on that terminal unless you stop the node’s execution beforehand.
To stop the node, use the Ctrl+C
combination.