Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mc2-project/secure-aggregation

Secure aggregation for federated learning using enclaves
https://github.com/mc2-project/secure-aggregation

Last synced: 3 days ago
JSON representation

Secure aggregation for federated learning using enclaves

Awesome Lists containing this project

README

        

# Secure Aggregation
Secure aggregation for federated learning using secure enclaves.

## Installation
1. Follow the instructions in [`server/`](https://github.com/mc2-project/secure-aggregation/tree/master/server) to build the C++ library.

2. To install the Python package, navigate to `python-package/` and run the setup script.

```
sudo python3 setup.py install
```

3. Check that the secagg package has been installed.

```
$ python3

>>> import secagg
```