This proejct was adapted from The Coding School's excellent Coding Challenge here: https://www.youtube.com/watch?v=9z9mbiOZqSs
Here are the requirements:
- VARIABLES: Based on a poseNet keypoint position (this is an object with a x and y property) in ml5, activate at least one change in p5.js (display an image,run an animation,change the screen in some way, etc.).
- EVENTS: Write some logic so that when an event happens (if you raise your hand, or if you make a certain gesture, etc.), activate at least one change in p5.js.
- Nose Brush using ml5 PoseNet
- Body Lens using ml5 PoseNet
- Face Lens using ml5 Face API
- Face Lens using ml5 Face Mesh
- Select one javascript template above.
- Change line 15 of the index.html file to the name of your template!
- Run your code locally using
http-serveror theVSCode Go Liveoption. - Sometimes you may need to hard-refresh for your changes to load. In those cases, use
COMMAND + SHIFT + R.