{"id":15630594,"url":"https://github.com/afeld/pose","last_synced_at":"2025-08-19T05:10:32.922Z","repository":{"id":42527905,"uuid":"450359002","full_name":"afeld/pose","owner":"afeld","description":"experimenting with real-time pose detection and speech recognition for dance performance","archived":false,"fork":false,"pushed_at":"2023-10-19T06:59:14.000Z","size":654,"stargazers_count":3,"open_issues_count":13,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-18T08:34:22.455Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://blog.afeld.me/announcing-a-new-dance-tech-piece-view-parameters-bde7f0e92efc","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/afeld.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-21T04:59:03.000Z","updated_at":"2023-02-06T16:34:32.000Z","dependencies_parsed_at":"2023-02-15T18:31:30.209Z","dependency_job_id":"cf324c51-f18e-4d95-a3b6-d4586b5e1d57","html_url":"https://github.com/afeld/pose","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/afeld/pose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeld%2Fpose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeld%2Fpose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeld%2Fpose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeld%2Fpose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afeld","download_url":"https://codeload.github.com/afeld/pose/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeld%2Fpose/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271103202,"owners_count":24699646,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T10:33:31.526Z","updated_at":"2025-08-19T05:10:32.881Z","avatar_url":"https://github.com/afeld.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pose\n\n[![Tests](https://github.com/afeld/pose/actions/workflows/tests.yml/badge.svg)](https://github.com/afeld/pose/actions/workflows/tests.yml)\n\nExperiment using [Tensorflow.js's BlazePose-MediaPipe model](https://github.com/tensorflow/tfjs-models/tree/master/pose-detection/src/blazepose_mediapipe#readme) and the [Web Speech API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API/Using_the_Web_Speech_API).\n\nThe site is written in Typescript, and the site is built by [Parcel](https://parceljs.org/). The speech detection happens in an iframe (for performance reasons), and recognized commands are sent to the parent window.\n\n## To run\n\n1. Install required software:\n   - [Google Chrome](https://www.google.com/chrome/index.html)\n     - As of this writing, other browsers aren't supported, due to needing:\n       - [OffscreenCanvas](https://caniuse.com/offscreencanvas)\n       - [Web Speech API](https://caniuse.com/speech-recognition)\n   - [Node.js](https://nodejs.org/)\n1. Install dependencies.\n\n   ```sh\n   npm install\n   ```\n\n1. Start the server.\n\n   ```sh\n   npm start\n   ```\n\n## Relevant TensorFlow codebases/docs\n\n- [TensorFlow.js docs](https://www.tensorflow.org/js)\n- [Pose Detection](https://github.com/tensorflow/tfjs-models/tree/master/pose-detection)\n  - [BlazePose-Mediapipe](https://github.com/tensorflow/tfjs-models/tree/master/pose-detection/src/blazepose_mediapipe)\n- MediaPipe\n  - [Pose Classification docs](https://google.github.io/mediapipe/solutions/pose_classification.html)\n  - [Source code](https://github.com/google/mediapipe)\n\n## Sandbox\n\nThe sandbox can be used for testing pieces in isolation.\n\n1. Edit [`sandbox.ts`](src/js/sandbox.ts).\n1. Start the server.\n\n   ```sh\n   npm start\n   ```\n\n1. Visit http://localhost:1234/sandbox.html.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeld%2Fpose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafeld%2Fpose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeld%2Fpose/lists"}