This demo imports a TensorFlow model that is generated by tf.while_loop for inference in the browser. The model was pre-converted to TensorFlow.js format and hosted on Google Cloud, using the steps in the repo's README.md.
The following commands will start a web server on localhost:1234
and open
a browser page with the demo.
The demo allows you to change the conditions of the loop interactively and observe the execution result right in the browser.
cd demo # If not already in the demo directory.
yarn # Installs dependencies.
yarn control_flow # Starts a web server and opens a page. Also watches for changes.