Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save RomainMaillot13/48b8200d56c9a621043561146478765f to your computer and use it in GitHub Desktop.
Save RomainMaillot13/48b8200d56c9a621043561146478765f to your computer and use it in GitHub Desktop.
Install the library
<html>
<body>
<!-- Load TensorFlow.js -->
<script src="https://unpkg.com/@tensorflow/tfjs"></script>
<!-- Load Posenet -->
<script src="https://unpkg.com/@tensorflow-models/posenet">
</script>
<script type="text/javascript">
posenet.load().then(function(net) {
// posenet model loaded
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment