Last active
June 22, 2019 12:52
-
-
Save parmarsuraj99/e850b7d48f227dd479f6c9804c1c60fa 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
<!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