Ecosyste.ms: Awesome

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

https://github.com/jaytoday/enclaveML

A framework for tokenized federated learning
https://github.com/jaytoday/enclaveML

Last synced: 1 day ago
JSON representation

A framework for tokenized federated learning

Lists

README

        

# enclaveML

EnclaveML is an experimental framework that preserves data privacy with a federating learning workflow.

[Federated learning](https://federated.withgoogle.com/) preserves data privacy by training models without needing training data needing to leave a local device. Instead of data being sent to a centralized server for training a machine learning model, the model is sent to each client to train on local data that does not need to be transmitted to a server.

## Getting Started

After cloning the repository, install dependencies and start the development server.
```
npm i
npm start
```

The development server can be viewed by navigating to `localhost:3000` in a web browser.

[View demo](https://jamslevy.github.io/enclaveML).