OpenMined / syft.js

The official Syft worker for Web and Node, built in Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create syft.js tensor using PySyft over Web Sockets

iamtrask opened this issue · comments

This project combines: #6 and #7 . #6 is about being able to translate JSON messages into tensors. #7 is about being able to receive JSON messages from PySyft.

In this issue, we want to glue #6 and #7 together by being able to receive a JSON message from PySyft and initialize a tensor locally (logging it to the console)