Skip to content

Commit

Permalink
[Dev] readme: improve the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
trixky committed Jul 7, 2024
1 parent e05728a commit 1e6edec
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
<img src="https://raw.githubusercontent.com/trixky/digit_classifier/main/.demo/screenshots.gif" width="442">

## Setup

Expand Down

0 comments on commit 1e6edec

Please sign in to comment.