Mixpeek Logo
    Schedule Demo

    Clips where someone is talking but no person is visible

    Use speech-to-text to detect narration or dialogue and cross-reference with object detection to ensure no person is visually present in the clips.

    video
    audio
    1.2K runs
    Deploy Recipe

    "Clips where someone is but "

    from mixpeek import Mixpeek
    client = Mixpeek("your-api-key")
    # Create a collection for finding clips where someone is talking but no person is visible
    client.collections.create(
    feature_extractors=[
    "video-transcription",
    "object-detection"
    ]
    )

    Feature Extractors

    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