From 6d423001043b6f1bb647a8b9b7414e1bc6291fd0 Mon Sep 17 00:00:00 2001 From: Jules Youngberg Date: Sat, 11 Jun 2022 12:53:07 -0700 Subject: [PATCH] update readme --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d8072a4..33b6096 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,11 @@ 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'. - -Figuring all this out has been a challenge. I have made these forks and instructions to help me in the future. +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. ## requirements -- bazel -- clang +- [bazel](https://bazel.build/install) ## setup