Skip to content

Instantly share code, notes, and snippets.

@MattKovtun
Last active July 26, 2018 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MattKovtun/e3e31826e845b7410920927195e9eab3 to your computer and use it in GitHub Desktop.
Save MattKovtun/e3e31826e845b7410920927195e9eab3 to your computer and use it in GitHub Desktop.
<body>
<h1>TensorflowJS client side prediction</h1>
<h2>When you first time press predict it will take more time, for model to load</h2>
<main>
<input type="file" id="file" multiple>
<label for="file">Choose files</label>
<button type="submit">Predict</button>
<button type="submit">Clear</button>
<span></span>
</main>
<div></div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment