This commit is contained in:
Jules Youngberg 2022-06-12 11:39:04 -07:00
parent eb4607ea55
commit e1b0b434a9
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "ux-mediapipe"
name = "mediapipe"
version = "0.1.0"
documentation = "https://docs.rs/ux-mediapipe"
# documentation = "https://docs.rs/ux-mediapipe"
description = "Rusty bindings for Google mediapipe"
license = "MPL-2.0"
edition = "2018"

View File

@ -1,4 +1,4 @@
# ux-mediapipe
# mediapipe-rs
Rust and mediapipe.
@ -48,7 +48,7 @@ cargo run --release --example hello
Add the following to your dependencies list in `Cargo.toml`:
```toml
ux-mediapipe = { git = "https://github.com/julesyoungberg/ux-mediapipe" }
mediapipe = { git = "https://github.com/julesyoungberg/mediapipe-rs" }
```
Mediapipe relies on tflite files which must be available at `./mediapipe/modules/`. The easiest way to do this is