HTML Dashboard

Installation

Demo

To run demo

cd html_dashboard

set HTML_ROOT=/var/www/html
python demo.py $HTML_ROOT

You may need [tensorflow] (https://www.tensorflow.org/), numpy, matplotlib and [PILLOW] (https://pypi.python.org/pypi/Pillow) to run the demo code.

The code would create a new folder named 'mnist_demo' under your $HTML_ROOT folder.

The demo HTML page would be stored at $HTML_ROOT/mnist_demo/demo.html