https://store-images.s-microsoft.com/image/apps.12823.f4a91f1a-0bb8-4d74-96d4-a6619eb38aca.aab593d0-b3c5-463a-91e1-ab7c106be0d3.1adebf6b-a493-4af3-a2f0-c890c49e6b67

Mediapipe

bCloud LLC

Mediapipe

bCloud LLC

Version 0.10.21 Free with Support on Ubuntu 24.04

MediaPipe on Ubuntu 24.04 LTS is an open-source framework developed by Google that provides cross-platform solutions for building machine learning pipelines. It is widely used in computer vision, augmented reality, and AI applications to process video, image, audio, and sensor data in real time.

Features of MediaPipe:

  • Pre-built solutions: Includes ready-to-use models for hand tracking, face detection, pose estimation, object detection, and more.
  • Cross-platform: Works on Python, C++, JavaScript, Android, and iOS for real-time AI applications.
  • Graph-based architecture: Allows developers to build customizable ML pipelines using computational graphs.
  • Optimized performance: Designed for low-latency processing, making it suitable for real-time tasks on desktop and mobile devices.
  • Runs on Ubuntu 24.04 LTS using Python virtual environments for clean dependency management.

To install and check version: # python3 -c "import mediapipe as mp; print(mp.__version__)"

Disclaimer: MediaPipe is an independent open-source project by Google and is not affiliated with, endorsed by, or sponsored by Ubuntu or Canonical.