Coder Social home page Coder Social logo

capsule's People

Contributors

4mber avatar aradhyamathur avatar bharathgs avatar devin97 avatar iamtrask avatar kevinahuber avatar pandey-vaibhav avatar sebasibarguen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

capsule's Issues

Capsule Multiparty Computation Demo

Description: In this PySyft Demo Notebook for MPC 3 different people (bob, alice, and sam) split up the ownership of any tensors created. In this issue, we want to simulate a Tensor holder so that... for example "alice" could create a tensor and the roles of "bob" and "sam" would happen on the Capsule with all interactions between bob, alice, and sam using the network (ZeroMQ).

Acceptance Criteria:

  • The PySyft Demo Notebook runs except bob and sam (and all data associated with bob and sam) run exclusively on Capsule. Alice only interacts with bob and sam via a network connection
  • Demo Tutorial on our Youtube Channel

Remove redundant implementations of Capsule

After implementing ZeroMQ in capsule, we figured out that Django server is not getting used at all and since all communications between other modules and capsule is being handled by ZeroMQ, we don't really need Django or Flask server.

There are 3 capsule implementations using different frameworks (ZeroMQ, Django and Flask). So to remove the confusion, we should remove Django and Flask implementation of capsule and only keep ZeroMQ implementation of Capsule.

ImportError: cannot import name 'client'

Pulling the latest version and running the notebook as is, gives the following error:

ImportError: cannot import name 'client'

The full stack trace:

ImportError                               Traceback (most recent call last)
<ipython-input-1-4014c6f08f0c> in <module>()
----> 1 from capsule.zmq_client import LocalCapsuleClient
      2 import syft as sy

~/miniconda2/envs/py3/lib/python3.6/site-packages/capsule-0.1.0-py3.6.egg/capsule/__init__.py in <module>()
----> 1 from capsule import client
      2 from capsule import local_server

ImportError: cannot import name 'client'

This is just one issue, after changing from capsule import client to from capsule import tasks, there is still an issue inside local_server.py, which needs to import tasks from the capsule package like sofrom capsule import tasks.

There still appear to be other issues though.

Capsule SPDZ MPC Demo

Description: In this PySyft Demo Notebook for SPDZ MPC 2 different people (server1, server2) split up the ownership of any tensors created. In this issue, we want to simulate a Tensor holder so that... for example "server1" could create a tensor and the roles of "server2" would happen on the Capsule with all interactions between the two using the network (ZeroMQ).

Acceptance Criteria:

  • The PySyft Demo Notebook for SPDZ MPC 2 different people (server1, server2) runs except server2 runs exclusively on Capsule. server1 only interacts with server2 via a network connection
  • Demo Tutorial on our Youtube Channel

Bug / ZMQ server gets stuck on Exception

The zmq-server, when encountering an exception, gets stuck forever in the while loop, and prevents any subsequent requests from beind handled.

A potential solution si defining some sort of protocol, for letting the clients know there was a problem with their request.

Private Key management with NuCypher

Hi everyone,

I think NuCypher's PKE could be a really elegant solution for distributed private Key management on OpenMined that satisfy's both Jane's and AI Inc's requirements (see Andrew's slide deck). If you agree, I can set up an intro to the team. I'm sure they would be very interested in collaborating or building out a specific white-label version for Open Mined. Let me know if you guys have any ideas, comments or critiques.
NuCypher KMS Primer.pdf
NuCypher Technical White Paper.pdf

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.