Mixpeek Logo
    Image

    Brand Detection

    Detect logos and brand mentions in images and video

    Note: This playground provides simulated output to showcase functionality. No input data is processed or stored on our servers. Use this demo to explore the feature extractor's capabilities before integrating it into your application.

    Input

    Enter a URL to a image file

    Drag and drop a image file here, or click to browse

    Detection mode for brands. Default: logos_and_text

    Minimum confidence threshold. Default: 0.8

    Output

    {
    "brands": [
    {
    "name": "Nike",
    "type": "logo",
    "confidence": 0.95,
    "bounding_box": [
    100,
    200,
    150,
    250
    ]
    }
    ]
    }