-
-
Save hristian-carabulea/dbaa38d9f499a3013078fabd158ef680 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