DigitApp is a web app demonstrating image recognition using Tensorflow.js and the MNIST dataset.
Run in a terminal window. Go to the directory where the source code is downloaded and then:
npm init -y
npm install -g parcel-bundler
npm install @tensorflow/tfjs
parcel index.html
You can now (hopefully) run DigitApp in the browser with localhost:1234