]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
mnist : add web page for the MNIST example (#190)
authorRadoslav Gerganov <redacted>
Wed, 24 May 2023 08:40:47 +0000 (11:40 +0300)
committerGitHub <redacted>
Wed, 24 May 2023 08:40:47 +0000 (11:40 +0300)
commit42bfaafe008606d15ee8ba86a50a86b5ec5aac15
treea7ab0b1c86f6f84ed3ebe7f7ea12b6f48be9bcde
parentd30ef193ca93431ab542aa4bc5633eb15382709d
mnist : add web page for the MNIST example (#190)

The web page is using WASM for model inference.
Users can draw digits on an HTML canvas and load random digits from the
MNIST dataset.
examples/mnist/main.cpp
examples/mnist/web/index.html [new file with mode: 0644]