Determine which digit (0-9) is contained in an image. The model is constructed in Keras and can be found in mnist.py (taken from their examples).
-
Build the required container in the parent directory.
-
Build and run the example.
$ docker build -t sjkaliski/infer/examples/mnist .
$ docker run -i -t --rm sjkaliski/infer/examples/mnist