OpenMined / syft.js

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean up MNIST example

cereallarceny opened this issue · comments

Description

The MNIST example currently in the project could use some minor improvements. We need to do the following:

  • Remove references to grid.js
  • Remove references to "with-grid" and make everything labeled "MNIST"
  • Remove the current description and replace it with something describing the demo:

This is a demonstration of how to use syft.js with PyGrid to train a plan on local data in the browser.

Are you interested in working on this improvement yourself?

Additional Context

None

Closed by #152