/syft.js

Private Deep Learning in JavaScript

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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