/mnist

MNIST in the browser

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

MNIST in the browser

Recognise hand-written digits in the browser! https://paruby.github.io/mnist/

demo

What is this?

MNIST, a dataset of handwritten digits, is the Hello World of machine learning. The goal of this mini project was to learn how to deploy a machine learning model in the browser. The model was trained from scratch using TensorFlow and is loaded in the browser using Tensorflow.js.

This was a warmup for my next project in which I made a game of snake controllable by moving your head! See here.