<aside>
ℹ️ Handsfree.js.org is the offline documentation for Handsfree.js, and is what you see when you run npm start
inside of the Handsfree.js repository
</aside>
<aside> 📅 March 3rd, 2022 - Coming Soon 🥳 Handsfree.js is back in development and the new documentation will be hosted here. Follow the work on Twitter @HandsfreeDev
</aside>
// Enable Mediapipe's "Hands" model
const handsfree = new Handsfree({
hands: true
})
// Enable plugins tagged with "browser"
handsfree.enablePlugins('browser')
// Start tracking
handsfree.start()
<span class="button">
<button class="handsfree-show-when-stopped handsfree-hide-when-loading" onclick="handsfree.start()">Go Handsfree</button>
<button class="handsfree-show-when-loading" disabled>...loading...</button>
<button class="handsfree-show-when-started handsfree-hide-when-loading" onclick="handsfree.stop()">Stop Handsfree</button>
</span>
handsfree.update({hands: true})
handsfree.enablePlugins('browser')
handsfree.start()
<aside> ℹ️ Powered by: TensorFlow.js, MediaPipe, Jeeliz
</aside>
https://img.shields.io/github/stars/midiblocks/handsfree?style=social
<aside> 🌞 Special thanks to: COSA, OSSTA, The STUDIO for Creative Inquiry, Glitch.com, Google PAIR, and you!
</aside>