Skip to content

Instantly share code, notes, and snippets.

@MichaelPHolstein
Created March 11, 2021 16:40
Show Gist options
  • Save MichaelPHolstein/3463d1eaa60f79795c71c5b64fc96b6e to your computer and use it in GitHub Desktop.
Save MichaelPHolstein/3463d1eaa60f79795c71c5b64fc96b6e to your computer and use it in GitHub Desktop.
HTML file of background removal using TensorFlow.js and BodyPix
<html>
<head>
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/@tensorflow-models/[email protected]"></script>
</head>
<body>
<canvas></canvas>
<script src="./script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment