Contents

mediapipe 0.10.32

0

MediaPipe is the simplest way for researchers and developers to build world-class ML solutions and a

MediaPipe is the simplest way for researchers and developers to build world-class ML solutions and applications for mobile, edge, cloud and the web.

Stars: 33802, Watchers: 33802, Forks: 5796, Open Issues: 608

The google-ai-edge/mediapipe repo was created 6 years ago and the last code push was 2 weeks ago.
The project is extremely popular with a mindblowing 33802 github stars!

How to Install mediapipe

You can install mediapipe using pip

pip install mediapipe

or add it to a project with poetry

poetry add mediapipe

Package Details

Author
The MediaPipe Authors
License
Apache 2.0
Homepage
https://github.com/google/mediapipe
PyPi:
https://pypi.org/project/mediapipe/
GitHub Repo:
https://github.com/google/mediapipe

Classifiers

  • Scientific/Engineering
  • Scientific/Engineering/Artificial Intelligence
  • Software Development
  • Software Development/Libraries
  • Software Development/Libraries/Python Modules
No  mediapipe  pypi packages just yet.

Errors

A list of common mediapipe errors.

Code Examples

Here are some mediapipe code examples and snippets.

GitHub Issues

The mediapipe package has 608 open issues on GitHub

  • Interactive Segmentation broken with latest Wasm
  • How to invoke Calculator Process method when optional input packet is missing
  • Warning TypeError: Cannot read properties of undefined (reading 'canvas')
  • CocoaPods releases have no update since 0.10.21
  • Enabling the GPU in Pose Landmarker causes memory swapping.
  • Face landmark detection solution guide says the model outputs a bounding box when it isn't?
  • Test
  • [Security] Fix CRITICAL vulnerability: V-001
  • Fix Docker build for aarch64: Update Protobuf to v28.3 & install setuptools
  • EmbeddingGemma should be supported by MediaPipe Web Text Embedder task
  • MediaPipe Face Landmarker example for web is lacking
  • Bug during docker build: Dockerfile.manylinux2014_aarch64rp4
  • mediapipe image generation bug in Galaxy fold 7
  • Broken HandGestureRecognizer for web example
  • GpuBuffer creation Android (with PRIVATE/ opaque GPU Textures)

See more issues on GitHub

Related Packages & Articles

dlib 20.0.0

A toolkit for making real world machine learning and data analysis applications

kornia 0.8.2

Open Source Differentiable Computer Vision Library for PyTorch

deepspeed 0.18.6

DeepSpeed is a Python package developed by Microsoft that provides a deep learning optimization library designed to scale across multiple GPUs and servers. It is capable of training models with billions or even trillions of parameters, achieving excellent system throughput and efficiently scaling to thousands of GPUs.

DeepSpeed is particularly useful for training and inference of large language models, and it falls under the category of Machine Learning Frameworks and Libraries. It is designed to work with PyTorch and offers system innovations such as Zero Redundancy Optimizer (ZeRO), 3D parallelism, and model-parallelism to enable efficient training of large models.

datasets 4.5.0

HuggingFace community-driven open-source library of datasets

nlp 0.4.0

HuggingFace/NLP is an open library of NLP datasets.