MNIST Live Inference

Draw a digit and watch activations/probabilities update in real time.

GitHub Repo

Draw Grid

Model Input Grid: 28 x 28

Load a model (.onnx) to begin.

Layer/Tensor Interaction

Output Layer (0-9)

Prediction: -

About This Project

This project is an interactive MNIST digit recognition demo that runs entirely in the browser using ONNX Runtime Web. You can draw on an exact 28x28 input grid, see live prediction probabilities for digits 0-9, and visualize model-layer interactions in real time.

Created by Aditya Agarwal, focused on practical machine learning interfaces, AI product engineering, and explainable model behavior.

Source code: github.com/adiagarwalrock/mnist-digits-web