Skip to content

Instantly share code, notes, and snippets.

@parmarsuraj99
Last active June 22, 2019 12:52
Show Gist options
  • Save parmarsuraj99/e850b7d48f227dd479f6c9804c1c60fa to your computer and use it in GitHub Desktop.
Save parmarsuraj99/e850b7d48f227dd479f6c9804c1c60fa to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<!-- Load TFJS
loaded from https://github.com/tensorflow/tfjs -->
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs/dist/tf.min.js"> </script>
<title>Hello TFJS</title>
</head>
<body>
<script>
//Code for JS below
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment