Skip to content

Instantly share code, notes, and snippets.

@Rishit-dagli
Created March 31, 2020 12:38
Show Gist options
  • Save Rishit-dagli/c8aabcea9466d384da25a516262c0fd6 to your computer and use it in GitHub Desktop.
Save Rishit-dagli/c8aabcea9466d384da25a516262c0fd6 to your computer and use it in GitHub Desktop.
STarter index.html for TF.js
<!DOCTYPE html>
<html>
<head>
<title>TensorFlow.js Tutorial</title>
<!-- Import TensorFlow.js -->
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@1.0.0/dist/tf.min.js"></script>
<!-- Import tfjs-vis -->
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs-vis@1.0.2/dist/tfjs-vis.umd.min.js"></script>
<!-- Import the main script file -->
<script src="script.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment