Load and display handwritten digits from THE MNIST DATABASE in an infinite scroll.
- You need to get npm.
- Install packages
npm install - Download the MNIST-Dataset files from THE MNIST DATABASE and put the *.gz files into the folder named ressources.
- Compile and start webpack-dev-server
npm start - navigate to http://localhost:9000/
- Run the build script:
npm run build - Take a loot at the output folder "./dist"!
- There should be one javascript file, wich defines a web component / custom element named "mnist-scroller"!