Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hristian-carabulea/dbaa38d9f499a3013078fabd158ef680 to your computer and use it in GitHub Desktop.
Save hristian-carabulea/dbaa38d9f499a3013078fabd158ef680 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