examples/pytorch_mnist/web-ui
David Sabater Dinter a1f0d6dfec Fixed some outdated comments to trigger pushing web-ui and model serve images to gcr.io/kubeflow-examples (#444) 2018-12-26 15:05:42 -08:00
..
proto E2E Pytorch mnist example (#274) 2018-11-18 14:24:43 -08:00
static E2E Pytorch mnist example (#274) 2018-11-18 14:24:43 -08:00
templates E2E Pytorch mnist example (#274) 2018-11-18 14:24:43 -08:00
Dockerfile E2E Pytorch mnist example (#274) 2018-11-18 14:24:43 -08:00
README.md E2E Pytorch mnist example (#274) 2018-11-18 14:24:43 -08:00
build_image.sh E2E Pytorch mnist example (#274) 2018-11-18 14:24:43 -08:00
flask_server.py E2E Pytorch mnist example (#274) 2018-11-18 14:24:43 -08:00
mnist_client.py Fixed some outdated comments to trigger pushing web-ui and model serve images to gcr.io/kubeflow-examples (#444) 2018-12-26 15:05:42 -08:00

README.md

web-ui

The files in this folder define a web interface that can be used to interact with a TensorFlow server

  • flask_server.py
    • main server code. Handles incoming requests, and renders HTML from template
  • mnist_client.py
    • code to interact with TensorFlow model server
    • takes in an image and server details, and returns the server's response
  • Dockerfile
    • builds a runnable container out of the files in this directory

This is not an officially supported Google product