Skip to content

coding-tobi/mnist-load-display

Repository files navigation

mnist-load-display

Load and display handwritten digits from THE MNIST DATABASE in an infinite scroll.

Get it running

Prerequisites

  1. You need to get npm.
  2. Install packages
    npm install
    
  3. Download the MNIST-Dataset files from THE MNIST DATABASE and put the *.gz files into the folder named ressources.

Debugging

  1. Compile and start webpack-dev-server
    npm start
    
  2. navigate to http://localhost:9000/

Build

  1. Run the build script:
    npm run build
    
  2. Take a loot at the output folder "./dist"!
  3. There should be one javascript file, wich defines a web component / custom element named "mnist-scroller"!

About

Load and display handwritten digits from THE MNIST DATABASE in an infinite scroll.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published