Maitreyapatel / syft.js

Private Deep Learning in JavaScript

Home Page:https://openmined.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

syft.js

Build Status

Private Deep Learning in JavaScript

The goal of this project is to port PySyft to Javascript. This allows someone to perform identical operations of the Syft library in either Python or Javascript.

Folder Structure

src - the source directory where code is built lib - the compiled source code examples - a series of examples

Installation

  1. Run npm install to install your dependencies
  2. Run npm start to begin development. This will watch for changes and compile upon file save.

Contribution

  1. Clone/fork
  2. Push up to a new branch
  3. Submit a PR to the upstream master branch.

Testing

  1. Run npm test

About

Private Deep Learning in JavaScript

https://openmined.org

License:Apache License 2.0


Languages

Language:JavaScript 100.0%