Mixpeek Logo
    Schedule Demo

    Subtitle mismatches when a person is present

    Identify scenes where on-screen text (subtitles) doesn't match the spoken dialogue, while also confirming a person is visible in the frame.

    video
    audio
    text
    9.0K runs
    Deploy Recipe

    "Subtitle mismatches when a person is present"

    from mixpeek import Mixpeek
    client = Mixpeek("your-api-key")
    # Create a collection for finding subtitle mismatches with a person present
    client.collections.create(
    feature_extractors=[
    "image-text-extraction",
    "video-transcription",
    "object-detection"
    ]
    )

    Feature Extractors

    Image Text Extraction (OCR)

    Extract text content from images and scan documents

    725K runs

    Video Transcription

    Convert speech to text with timestamps for video content

    385K runs

    Object Detection

    Identify and locate objects within images with bounding boxes

    631K runs

    Retrievers

    Hybrid KNN Search

    Combines vector similarity with keyword matching for improved retrieval accuracy

    325K runs