https://github.com/charliegerard/squid-game-tfjs
Squid Game's "Green light, red light" using body tracking with TensorFlow.js
https://github.com/charliegerard/squid-game-tfjs
creative-coding javascript movenet squid-game tensorflowjs tfjs
Last synced: about 2 months ago
JSON representation
Squid Game's "Green light, red light" using body tracking with TensorFlow.js
- Host: GitHub
- URL: https://github.com/charliegerard/squid-game-tfjs
- Owner: charliegerard
- Created: 2021-11-06T17:25:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-07T20:40:37.000Z (over 3 years ago)
- Last Synced: 2024-04-14T04:35:39.334Z (about 1 year ago)
- Topics: creative-coding, javascript, movenet, squid-game, tensorflowjs, tfjs
- Language: JavaScript
- Homepage: https://squid-game-tfjs.netlify.app/
- Size: 2.32 MB
- Stars: 42
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Squid Game's "Red light, green light" with movement detection using TensorFlow.js
Heavily inspired by [this original work](https://codepen.io/Mamboleoo/pen/abydvaG) by [Louis Hoebregts](https://twitter.com/Mamboleoo) that is using face detection, I built on top of it to add full-body movement detection using TensorFlow.js.
I built it in a few hours so this is meant to be a prototype but feel free to try the [live demo](https://squid-game-tfjs.netlify.app).

## Running locally
With the Netlify CLI installed, run `ntl dev` to start a server using HTTPS.