prepare("SELECT * FROM uploads WHERE id = ? AND user_id = ? AND status = 'completed'"); $stmt->execute([$uploadId, $userId]); $upload = $stmt->fetch(); if (!$upload) { // Redirect if the upload doesn't exist, doesn't belong to the user, or isn't completed header('Location: index.php'); exit(); } $analysisResult = json_decode($upload['analysis_result'], true); $imagePath = htmlspecialchars($upload['file_path']); list($width, $height) = getimagesize($upload['file_path']); include 'partials/header.php'; ?>

Analysis Report

Back to Dashboard

Vehicle Image

Analyzed Vehicle Image

Report Details

$value): if (is_array($value)) continue; // Skip arrays like bounding_box ?>
Raw JSON Output

No analysis data available.