Skip to content
This repository has been archived by the owner on Dec 10, 2017. It is now read-only.

Latest commit

 

History

History
51 lines (34 loc) · 1.53 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.53 KB

syft-translator.js

Chat on Slack

❗ This library has been deprecated due to changes in strategy and roadmap. To actively contribute based on our current roadmap, checkout OpenMined, PySyft, or join our slack

Translator to convert Pysyft to JS

The goal of this library is to automatically return a runnable version of pysyft in JS, removing the need to manually keep syft.js and pysyft concurrent with each other.

Setup

Prerequisites

  • Syft-translator.js is based on node
  • Make sure you have node and npm installed first

Installation

git clone https://github.com/OpenMined/syft-translator.js
cd syft-translator.js
npm i

Usage

Start

Then, run

node index.js

Tests

no tests currently

For Contributors

If you are interested in contributing to Syft, first check out our Contributor Quickstart Guide and then sign into our Slack Team channel #team_syft_js to let us know which projects sound interesting to you! (or propose your own!).