munshkr / poser

Estimate pose from a webcam and detect motion changes to trigger WebSocket/OSC messages.

Home Page:https://poser.munsh.kr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poser

Estimate pose from a webcam and detect motion changes to trigger WebSocket/OSC messages.

Uses p5 and PoseNet model from ml5.

Development

Run yarn to install dependencies.

Run yarn dev to start the Vite development server. Then on a different terminal, run yarn bridge to start the WebSocket/OSC bridge

You can also use the production build locally by running yarn build and then running yarn start.

Deploy

To deploy the web server, simply run yarn build and serve the static files on dist/.

WebSocket bridge server should be run by the user on the machine that will be running TidalCycles.

About

Estimate pose from a webcam and detect motion changes to trigger WebSocket/OSC messages.

https://poser.munsh.kr


Languages

Language:JavaScript 95.2%Language:CSS 2.6%Language:HTML 2.2%