tfdeploy 0.0.10

Tiny, no-nonsense, self contained, TensorFlow inference
Documentation
# TFVisualizer

> A web-based visualizer for TFDeploy graphs.


## Getting started.

Just open the `index.html` file (or use a simple web server to serve it).

Generate an analyser dump of your model by running `cli <model> --size <size> analyse` and load it.


## Development version.

``` bash
# Install dependencies.
npm install

# Serve with hot reload at localhost:8080.
npm run dev

# Build for production with minification.
npm run build
```