very basic python flask server that hosts a trained NN model for the MNIST dataset.
You can query the endpoint with a b64 encoded black and white picture of a handdrawn number and receive its answer.
Repo was made to get some more knowledge with docker containers.