lukeleeai / DrAIke

DrAIke is a website that uses TensorFlow.js PoseNet to let users have a "In My Feelings" dance battle. "In My Feelings" is the song by Drake that went viral on social media.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run real-time pose estimation in the browser using TensorFlow.js.

Try it here!

cameraDemo

PoseNet can be used to estimate either a single pose or multiple poses, meaning there is a version of the algorithm that can detect only one person in an image/video and one version that can detect multiple persons in an image/video.

This is a Pure Javascript implementation of PoseNet. Thank you TensorFlow.js for your flexible and intuitive APIs.

Refer to this blog post for a high-level description of PoseNet running on Tensorflow.js.

Credits

Credits for this code go to the Tensorflow team at Google. And thanks for Siraj Raval, who suggested this In My Feelings AI Challenge on Youtube!

About

DrAIke is a website that uses TensorFlow.js PoseNet to let users have a "In My Feelings" dance battle. "In My Feelings" is the song by Drake that went viral on social media.


Languages

Language:CSS 66.9%Language:JavaScript 17.9%Language:HTML 15.2%