Skip to content

cmccomb/tensorflow-turkeys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlow Turkey

Modern hand turkeys for the 21st century.

The app combines TensorFlow.js handpose detection with Literally Canvas so you can trace your hand in augmented reality and save it alongside your doodles.

Getting started

  1. Install the JavaScript dependencies (only required for running tests):

    npm install
  2. Serve the repository with your favorite static file server. A quick option is http-server:

    npx http-server -c-1 .
  3. Open http://localhost:8080 in a modern browser (Chrome, Edge, Safari, or Firefox) and allow camera access when prompted.

Features

  • Live hand tracking powered by @tensorflow-models/handpose.
  • Camera safety – the stream stops as soon as you capture your turkey to avoid leaving your webcam on.
  • Accessible error feedback thanks to a dedicated status banner.
  • Modular geometry helpers with automated Jest tests for regression coverage.

Testing

Geometry utilities that power the drawing pipeline are covered with Jest. Run the suite via:

npm test

Credits

Releases

No releases published

Packages

 
 
 

Contributors

Languages