Skip to content

Instantly share code, notes, and snippets.

@rish-16
Last active April 8, 2018 03:26
Show Gist options
  • Save rish-16/748be50a5064cbdc84b21d8e9dc0fb68 to your computer and use it in GitHub Desktop.
Save rish-16/748be50a5064cbdc84b21d8e9dc0fb68 to your computer and use it in GitHub Desktop.
Basic HTML template
<html>
<head>
<title>TensorFlow Demo!</title>
<meta charset='uft-8'>
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/[email protected]"></script>
<script src="TF.js"></script>
<head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment