Last active
July 26, 2018 11:53
-
-
Save MattKovtun/e3e31826e845b7410920927195e9eab3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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