An open API service indexing awesome lists of open source software.

https://github.com/brickman1444/numeral-recognition

Rust numeral recognition using MNIST data
https://github.com/brickman1444/numeral-recognition

machine-learning mnist neural-network rust supervised-learning web-assembly

Last synced: 2 months ago
JSON representation

Rust numeral recognition using MNIST data

Awesome Lists containing this project

README

          

# numeral-recognition
A web page to detect hand drawn numerals. View [here](https://brickman1444.github.io/numeral-recognition/).

The site uses a Web Assembly module built from Rust Source code. The module instantiates a neural network trained on [MNIST](http://yann.lecun.com/exdb/mnist/) data.