Predictions API

View and manage ML predictions for dustbin fill levels.

**Fill Classes:**
- `empty` (class_id: 0) - Dustbin is empty
- `full` (class_id: 1) - Dustbin is full

GET /api/v1/monitoring/predictions/?page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 36,
    "next": null,
    "previous": "http://dma.com.bd:8000/api/v1/monitoring/predictions/",
    "results": [
        {
            "x": 888.6,
            "y": 579.3,
            "width": 534.0,
            "height": 255.3,
            "confidence": 0.852,
            "class": "full",
            "class_id": 1,
            "detection_id": "fe1f3aef-3c46-43a0-b9c5-dd9a8eb34659"
        },
        {
            "x": 888.6,
            "y": 579.3,
            "width": 534.0,
            "height": 255.3,
            "confidence": 0.852,
            "class": "full",
            "class_id": 1,
            "detection_id": "375379b5-6f9e-4a50-9b2d-bd359908e26a"
        },
        {
            "x": 888.6,
            "y": 579.3,
            "width": 534.0,
            "height": 255.3,
            "confidence": 0.852,
            "class": "full",
            "class_id": 1,
            "detection_id": "0b16f14c-e8af-462d-a593-9462b739b352"
        },
        {
            "x": 888.6,
            "y": 579.3,
            "width": 534.0,
            "height": 255.3,
            "confidence": 0.852,
            "class": "full",
            "class_id": 1,
            "detection_id": "bacbef99-4e6d-425d-a3ae-596b70377d26"
        },
        {
            "x": 888.6,
            "y": 579.3,
            "width": 534.0,
            "height": 255.3,
            "confidence": 0.852,
            "class": "full",
            "class_id": 1,
            "detection_id": "7b5e341b-94e8-433e-bcad-eab17165d152"
        },
        {
            "x": 888.6,
            "y": 579.3,
            "width": 534.0,
            "height": 255.3,
            "confidence": 0.852,
            "class": "full",
            "class_id": 1,
            "detection_id": "e392308d-929c-40f8-bdac-fa346acd01ac"
        },
        {
            "x": 888.6,
            "y": 579.3,
            "width": 534.0,
            "height": 255.3,
            "confidence": 0.852,
            "class": "full",
            "class_id": 1,
            "detection_id": "e379e3f8-1ff0-4fe6-a409-0ecdd9c20180"
        },
        {
            "x": 846.5,
            "y": 725.5,
            "width": 1158.2,
            "height": 549.6,
            "confidence": 0.976,
            "class": "full",
            "class_id": 1,
            "detection_id": "f50bf3e8-db5f-45ba-9210-b08d353da1ce"
        },
        {
            "x": 846.5,
            "y": 725.5,
            "width": 1158.2,
            "height": 549.6,
            "confidence": 0.976,
            "class": "full",
            "class_id": 1,
            "detection_id": "a31e1353-dec9-4d32-9d4d-2df779bec830"
        },
        {
            "x": 846.5,
            "y": 725.5,
            "width": 1158.2,
            "height": 549.6,
            "confidence": 0.976,
            "class": "full",
            "class_id": 1,
            "detection_id": "bdd643f9-9ed1-47d2-992d-cdcae223a557"
        },
        {
            "x": 862.5,
            "y": 809.9,
            "width": 490.4,
            "height": 243.7,
            "confidence": 0.724,
            "class": "empty",
            "class_id": 0,
            "detection_id": "7a571ddb-560e-4c48-9f6c-985ebd5965ed"
        },
        {
            "x": 846.5,
            "y": 725.5,
            "width": 1158.2,
            "height": 549.6,
            "confidence": 0.976,
            "class": "full",
            "class_id": 1,
            "detection_id": "67b0f192-580a-4480-baea-ade949d26a44"
        },
        {
            "x": 862.5,
            "y": 809.9,
            "width": 490.4,
            "height": 243.7,
            "confidence": 0.724,
            "class": "empty",
            "class_id": 0,
            "detection_id": "f8aa2991-bfeb-473d-8817-3808a55dc9d5"
        },
        {
            "x": 846.5,
            "y": 725.5,
            "width": 1158.2,
            "height": 549.6,
            "confidence": 0.976,
            "class": "full",
            "class_id": 1,
            "detection_id": "c3f50b02-ee5a-45ba-86e1-42f2c6b56ac0"
        },
        {
            "x": 87.0,
            "y": 101.0,
            "width": 140.0,
            "height": 142.0,
            "confidence": 0.6885657906532288,
            "class": "half-full",
            "class_id": 2,
            "detection_id": "0165ee08-0ca8-4f21-a5f1-cc7ef9de2fb2"
        },
        {
            "x": 81.5,
            "y": 109.0,
            "width": 71.0,
            "height": 76.0,
            "confidence": 0.8794578313827515,
            "class": "half-full",
            "class_id": 2,
            "detection_id": "099e50d2-280a-40ea-bcc7-4618d7fda9c7"
        }
    ]
}