8000 GitHub - OpenMined/rds: RDS
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

OpenMined/rds

Repository files navigation

RDS

Requirements

Quick Install

Installation

To install the syft-rds package in a new virtual env:

just install

Running the demo

In-memory full flow example

The notebook notebooks/quickstart/full_flow.ipynb contains a full example of how to use the syft-rds package from both the data scientist and the data owner perspective. This demo mocks most of the SyftBox functionality, and does not require running any services in the background.

Full example with SyftBox

To run the RDS app on top of syftbox, we need to:

  1. launch a syftbox server
  2. launch syftbox clients for the data scientist and the data owner
  3. run an RDS app on the data owner's datasite
  4. (optional) run an RDS app on the data scientist's datasite
  5. run the notebooks/quickstart/do_flow.ipynb and notebooks/quickstart/ds_flow.ipynb notebooks

Steps 1 through 4 can be done with a single just command:

just run-rds-stack

To run jupyter lab in the syft-rds environment:

just run-jupyter
0