Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created September 5, 2019 07:47
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save NMZivkovic/0b3c779fde7dc5b7adb6588bd39fdb23 to your computer and use it in GitHub Desktop.
<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