Created
March 11, 2021 16:40
-
-
Save MichaelPHolstein/3463d1eaa60f79795c71c5b64fc96b6e to your computer and use it in GitHub Desktop.
HTML file of background removal using TensorFlow.js and BodyPix
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> | |
| <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