DEPA for Training is a techno-legal framework that enables privacy-preserving sharing of bulk, de-identified datasets for large scale analytics and training. This repository contains a reference implementation of Confidential Clean Rooms, which together with the Contract Service, forms the basis of this framework. The repository also includes a sample training scenario that can be deployed using the DEPA Training Framework. The reference implementation is provided on an As-Is basis. It is work-in-progress and should not be used in production.
Clone this repo as follows, and follow instructions to deploy a sample CCR.
git clone --recursive http://github.com/iSPIRT/depa-training
You can also use Github codespaces to create a development environment. Please ensure you allocate at least 64GB disk space in your codespace. Also, run the following command in the Codespace to update submodules.
git submodule update --init --recursive
This project welcomes feedback and contributions. Before you start, please take a moment to review our Contribution Guidelines. These guidelines provide information on how to contribute, set up your development environment, and submit your changes.
We look forward to your contributions and appreciate your efforts in making DEPA Training better for everyone.