Skip to main content

TensorFlow Bindings for PySyft

Project description

PySyft-TensorFlow

TensorFlow bindings for PySyft.

PySyft is a Python framework for secure, private deep learning. PySyft-TensorFlow brings secure, private deep learning to TensorFlow.

Build Status Chat on Slack

Installation

PySyft-TensorFlow is available on pip

pip install syft-tensorflow

NOTE: We aren't yet on a proper release schedule. Until then, we recommend building the code from source. The master branch is intended to be kept in line with this branch on the DropoutLabs fork of PySyft. If you have any trouble, please open an issue or reach out on Slack via the #team_tensorflow or #team_pysyft channels.

Usage

See the PySyft tutorials if you are unfamiliar with any Syft paradigms.

import tensorflow as tf
import syft

hook = sy.TensorFlowHook(tf)
# Simulates a remote worker (ie another computer)
remote = sy.VirtualWorker(hook, id="remote")

# Send data to the other worker
x = tf.constant(5).send(remote)
y = tf.constant(10).send(remote)

z = x * y

print(z.get())
# => 50

Developing PySyft-TensorFlow

See CONTRIBUTING.

Project Support

PySyft-Tensorflow was contributed by and continues to be maintained by the team at Dropout Labs.

Please reach out to contact@dropoutlabs.com for support.

Dropout Labs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

syft-tensorflow-0.1.0.tar.gz (17.3 kB view hashes)

Uploaded Source

Built Distribution

syft_tensorflow-0.1.0-py3-none-any.whl (37.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page