disco icon indicating copy to clipboard operation
disco copied to clipboard

Decentralized & federated privacy-preserving ML training, using p2p networking, in JS

Results 128 disco issues
Sort by recently updated
recently updated
newest added

This PR adds another frontend to Disco, this time written in NextJS. The reason is simply because I do not know Vue at all while I am quite familiar with...

Differential Privacy is implemented but never used. It seems that it was intentionally removed during a code refactoring (in [this PR](https://github.com/epfml/disco/pull/578/files#diff-bb5fd2b79ca040c5cdd1e0c4ec57de0ef4cfe3413a482d6c9b4b35a38b0e93e1), l.179 of decentralized/base.ts) - [ ] Integrate DP again...

bug
rework
discojs

Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.6.0. Release notes Sourced from axios's releases. Release v1.6.0 Release notes: Bug Fixes CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232) dns: fixed lookup function decorator...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.25.0 to 1.6.0. Release notes Sourced from axios's releases. Release v1.6.0 Release notes: Bug Fixes CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232) dns: fixed lookup function decorator...

dependencies

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

dependencies

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.17.9 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.19 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

- Review what crypto libraries were used by Alyssa and Felix's secAgg project - Replace units by standard crypto libraries using finite fields/elliptic curves for ECC

[WebGPU](https://developer.chrome.com/blog/webgpu-release/) just got released, and it might allow us to benefit from GPUs in the browser finally. TFJS actually also just started supporting it, at least with this new backend:...

feature

# Feature: Dataset metadata storage in Disco This PR adds new API endpoints to the server allowing to push dataset description and retrieve them. The frontend is updated to use...

feature
web client
server