wasm-tensorflow-models-pose-detection 0.6.0

Rust WASM Bindings for the npm package `@tensorflow-models/pose-detection`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# `wasm-tensorflow-models-pose-detection`
Rust WASM Bindings for [the npm package `@tensorflow-models/pose-detection`](https://www.npmjs.com/package/@tensorflow-models/pose-detection)

## Setup
```bash
cargo add wasm-tensorflow-models-pose-detection
```
```bash
npm i @mediapipe/pose @tensorflow-models/pose-detection @tensorflow/tfjs-backend-webgl @tensorflow/tfjs-core
```

## Demo
I'm currently rewriting this demo in Rust: https://github.com/ChocolateLoverRaj/raise-hand-ai. Check the `rust` branch, or maybe when you see it the `main` branch will be Rust!