Mixpeek Logo
    Schedule Demo

    Segments with angry expressions and negative phrases

    Find moments of conflict or frustration by analyzing facial expressions for anger, and cross-referencing with negative keywords from the transcript.

    video
    audio
    5.7K runs
    Deploy Recipe

    "Segments where someone and says a "

    from mixpeek import Mixpeek
    client = Mixpeek("your-api-key")
    # Create a collection for finding segments with angry expressions and negative phrases
    client.collections.create(
    feature_extractors=[
    "face-grouping",
    "keyword-extraction",
    "video-transcription"
    ]
    )

    Feature Extractors

    Face Grouping

    Detect, track, and group faces across video frames

    10K runs

    Keyword Extraction

    Identify and extract key phrases and important terms from text

    615K runs

    Video Transcription

    Convert speech to text with timestamps for video content

    385K runs

    Retrievers

    Hybrid KNN Search

    Combines vector similarity with keyword matching for improved retrieval accuracy

    325K runs