update readme

This commit is contained in:
Jules Youngberg 2022-06-11 12:53:07 -07:00
parent 1765491168
commit 6d42300104

View File

@ -2,14 +2,11 @@
Rust and mediapipe. Rust and mediapipe.
Mediapipe is a framework for building AI-powered computer vision and augmented reality applications. It provides high level libraries exposing some of its solutions for common problems. This package makes some of these solutions available in Rust. In order to use it we must build a C++ library that provides an interface to the mediapipe 'engine'. Mediapipe is a framework for building AI-powered computer vision and augmented reality applications. It provides high level libraries exposing some of its solutions for common problems. This package makes some of these solutions available in Rust. In order to use it we must build a custom mediapipe C++ library.
Figuring all this out has been a challenge. I have made these forks and instructions to help me in the future.
## requirements ## requirements
- bazel - [bazel](https://bazel.build/install)
- clang
## setup ## setup