rename
This commit is contained in:
parent
eb4607ea55
commit
e1b0b434a9
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ux-mediapipe"
|
name = "mediapipe"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
documentation = "https://docs.rs/ux-mediapipe"
|
# documentation = "https://docs.rs/ux-mediapipe"
|
||||||
description = "Rusty bindings for Google mediapipe"
|
description = "Rusty bindings for Google mediapipe"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# ux-mediapipe
|
# mediapipe-rs
|
||||||
|
|
||||||
Rust and mediapipe.
|
Rust and mediapipe.
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ cargo run --release --example hello
|
||||||
Add the following to your dependencies list in `Cargo.toml`:
|
Add the following to your dependencies list in `Cargo.toml`:
|
||||||
|
|
||||||
```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
|
Mediapipe relies on tflite files which must be available at `./mediapipe/modules/`. The easiest way to do this is
|
||||||
|
|
Loading…
Reference in New Issue
Block a user