Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 540 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 540 Bytes

Handwritten Digit Recognition with Tensorflow

Netlify Status

Live Handwritten Digit Recognition in Browser using Tensorflow JS. The model is pretrained on mnist dataset with 98% accuracy.

The model's architecture is inspired from Benson Ruan's blogpost on Handwritten Digit Recognition with Tensorflow.js