Created
April 18, 2018 00:59
-
-
Save llSourcell/fdda5a3d71874574e2ec0048dfc30b89 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| <html> | |
| <head> | |
| <!-- Load TensorFlow.js --> | |
| <script src="https://cdn.jsdelivr.net/npm/@tensorflow/[email protected]"> </script> | |
| <script> | |
| // CODE GOES HERE | |
| </script> | |
| </head> | |
| <body> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment