Skip to content

Latest commit

 

History

History
50 lines (25 loc) · 643 Bytes

README.md

File metadata and controls

50 lines (25 loc) · 643 Bytes

MNIST

Convolutional Neural Networks - Digit Recognition

A write pad that recognize numeric single digit.

Installation

Build docker/podman image

podman build . -t mnist

# or

docker build . -t mnist

Usage

podman run -p 8080:8080 -d mnist

# or

docker run -p 8080:8080 -d mnist

# Then go to localhost:8080 on browser

UI

UI

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT