From 1e6edec8770576dde275ffe2756e8240b8ef1cf3 Mon Sep 17 00:00:00 2001 From: trixky Date: Sun, 7 Jul 2024 09:49:27 +0200 Subject: [PATCH] [Dev] readme: improve the readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 468cb1e..c6db53a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ # digit_classifier -This is a simple [online](https://trixky.github.io/digit_classifier/) digit classifier using the [multi-layer perceptrons](https://en.wikipedia.org/wiki/Multilayer_perceptron) (MLP) model. The model is trained on the [MNIST dataset](https://en.wikipedia.org/wiki/MNIST_database). The model is implemented using the [TensorFlow.js](https://www.tensorflow.org/js) library. +This is a simple [online](https://trixky.github.io/digit_classifier/) digit classifier using the [multi-layer perceptrons](https://en.wikipedia.org/wiki/Multilayer_perceptron) (MLP) model. -![Recordit GIF](https://raw.githubusercontent.com/trixky/digit_classifier/main/.demo/screenshots.gif) +The model is trained on the [MNIST dataset](https://en.wikipedia.org/wiki/MNIST_database) and implemented using the [TensorFlow.js](https://www.tensorflow.org/js) library. + +> The model is loaded on the client side and all calculations are made on the device. + + ## Setup