https://github.com/wei-1/holistic-website-test
Test MediaPipe Holistic JS Model
https://github.com/wei-1/holistic-website-test
holistic javascript tensorflow tfjs
Last synced: about 1 year ago
JSON representation
Test MediaPipe Holistic JS Model
- Host: GitHub
- URL: https://github.com/wei-1/holistic-website-test
- Owner: Wei-1
- Created: 2022-07-20T12:27:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T23:35:09.000Z (over 3 years ago)
- Last Synced: 2025-04-15T04:17:33.250Z (about 1 year ago)
- Topics: holistic, javascript, tensorflow, tfjs
- Language: JavaScript
- Homepage: https://wei-1.github.io/holistic-website-test/
- Size: 47 MB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Holistic Website Test
This project uses mediapipe holistic to calculate:
- Facial landmarks
- Pose
- Hand gestures

[DEMO](https://wei-1.github.io/holistic-website-test/)
There are many Demos out there that are too complex (including the official example). This repository is the minimum setup that I developed that contains a reasonable amount of component.
There are 9 files in this repo:
- README.md (this file)
- index.html (include the dependencies and JS files)
- sample.png (DEMO image)
- control.js (main JS file)
- worker.js (the file to run holictis in a different thread)
- holistic.js (the edited holistic file)
- Data Files x 3
- pose_landmark_lite.tflite
- holistic_solution_packed_assets.data
- holistic_solution_simd_wasm_bin.wasm
We have the Data Files in the repository to speed up the page initialization.
If you want to try this repo by yourself, you can clone the project and use [http-server](https://www.npmjs.com/package/http-server) to host the `index.html` file.
----
### Note
- There are several dependencies in the official MediaPipe Holistic model example.
- After some research, this is the minimum dependencies that I will need to keep.
### Changelog
- 2022-07-21
- Initiation
- 2022-09-30
- Test web worker