Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 625 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 625 Bytes

TensorFlow SavedModel Import Demo

This demo imports the MobileNet v2.0 model 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.

cd demo # If not already in the demo directory.
yarn # Installs dependencies.
yarn mobilenet # Starts a web server and opens a page. Also watches for changes.