Created
September 5, 2019 07:47
-
-
Save NMZivkovic/0b3c779fde7dc5b7adb6588bd39fdb23 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<div class="toolbar" role="banner"> | |
<img | |
width="55" | |
src="https://i.imgur.com/WQKir0M.png" | |
/> | |
<span>Tensorflow.js and Angular Integration</span> | |
<div class="spacer"></div> | |
</div> | |
<h2> | |
{{title}} | |
</h2> | |
<div> | |
<canvas class="canvas" #canvas ></canvas> | |
</div> | |
<div style="width: 400px"> | |
<button class="block" (click)="clear()">Clear</button> | |
</div> | |
<div> | |
<h2>Predicted: {{predicted}}</h2> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment