Skip to content

Mukh - Face Analysis Library

Downloads Stars License PyPI

LinkedIn Twitter YouTube

Mukh (मुख, meaning "face" in Sanskrit) is a comprehensive face analysis library with unified APIs for face detection, reenactment, and deepfake detection.

Features

  • Face Detection
  • Face Reenactment
  • Deepfake Detection
  • Pipelines
    • Deepfake Detection Pipeline

Quick Start

from mukh.face_detection import FaceDetector

detector = FaceDetector.create("mediapipe")
detections = detector.detect("path/to/image.jpg")

Documentation

License

Apache 2.0