Skip to content

A PoseNet (Tensorflow.js) based game inspired by Just Dance. Test it out on the demo website.

License

Notifications You must be signed in to change notification settings

hsed/pose-your-dance

 
 

Repository files navigation

PoseYourDance

This repository hosts a set of pre-trained models that have been ported to TensorFlow.js.

The models are hosted on NPM and unpkg so they can be used in any project out of the box. They can be used directly or used in a transfer learning setting with TensorFlow.js.

To find out about APIs for models, look at the README in each of the respective directories. In general, we try to hide tensors so the API can be used by non-machine learning experts.

For those intested in contributing a model, please file a GitHub issue on tfjs to gauge interest. We are trying to add models that complement the existing set of models and can be used as building blocks in other apps.

Models

Image classification

  • PoseNet - Realtime pose detection. Blog post here.
    • npm i @tensorflow-models/posenet

Development

You can run the unit tests for any of the models by running the following inside a directory:

yarn test

New models should have a test NPM script.

To run all of the tests, you can run the following command from the root of this repo:

yarn presubmit

Modification

The posenet folder has been edited with various changes. The package.json file has been edited and tweaked for easy deployability to heroku. Please note if the app seem to crash, just refresh your browser and try again.

More details to follow soon.

About

A PoseNet (Tensorflow.js) based game inspired by Just Dance. Test it out on the demo website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 59.6%
  • JavaScript 30.5%
  • HTML 7.7%
  • CSS 1.5%
  • Shell 0.7%