# mnist
**Repository Path**: mirrors_didip/mnist
## Basic Information
- **Project Name**: mnist
- **Description**: MNIST in the browser
- **Primary Language**: Unknown
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-08
- **Last Updated**: 2025-09-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# MNIST in the browser
Recognise hand-written digits in the browser! https://paruby.github.io/mnist/
## 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.