This project 'poseChallenge' is made by Mia Jiayin Fan. You may need:
-
Open your webcam.
-
Click to hear the background music.
-
Follow the poses shown on the screen.
-
Check your score on the bar shown in the up-right corner.
This repository uses p5.js, ml5.js, and [PoseNet] to display a webcam image, labelled with pose detection skeleton and points.
-
Clone this repo.
-
Install Node.js.
- macOS: install HomeBrew. Then enter
brew install node
into a terminal window. - Windows: Follow the instructions in the Node.js download page.
- macOS: install HomeBrew. Then enter
-
Install the npm (JavaScript) development packages. In a terminal window:
- Change directories (
cd
) into the repository directory. - Enter
npm install
- Change directories (
In a terminal window:
- Change directories (
cd
) into the repository directory. - Enter
npm start
This will open PoseNet in a browser window.
MIT License