File size: 24,899 Bytes
72a7eea dd623ec 0ce5c73 cf3a175 e1eaab0 dd623ec e1eaab0 dd623ec a47a9bc dd623ec e1eaab0 f79edf6 d6f9a3b f79edf6 e1eaab0 d6f9a3b e1eaab0 d6f9a3b e1eaab0 adddfb0 e1eaab0 adddfb0 bd8ee97 dd623ec e27465f dd623ec e27465f bd8ee97 dd623ec 62a0f40 adddfb0 a47a9bc adddfb0 a47a9bc adddfb0 a47a9bc adddfb0 a47a9bc dd623ec a47a9bc adddfb0 dd623ec adddfb0 dd623ec adddfb0 0ce5c73 dd623ec 62a0f40 e27465f c0d4e9d 9ea7720 dece34c e27465f 62a0f40 adddfb0 62a0f40 dd623ec dece34c c0d4e9d 0ce5c73 dd623ec 62a0f40 dd623ec e0e8195 0ce5c73 e0e8195 0ce5c73 dd623ec 0ce5c73 dd623ec e0e8195 a47a9bc dd623ec c0d4e9d b97ed56 c0d4e9d 0ce5c73 c0d4e9d dd623ec adddfb0 dd623ec dece34c dd623ec dece34c dd623ec e1eaab0 0ce5c73 e1eaab0 c0d4e9d dd623ec c0d4e9d 709f5f1 dd623ec 709f5f1 dd623ec c0d4e9d dd623ec 0ce5c73 dd623ec bd8ee97 dd623ec bd8ee97 dd623ec 709f5f1 dd623ec 709f5f1 dd623ec 709f5f1 dd623ec 709f5f1 dd623ec 0ce5c73 dd623ec bd8ee97 dd623ec 0ce5c73 dd623ec 0ce5c73 dd623ec 0ce5c73 dd623ec 0ce5c73 dd623ec 709f5f1 dd623ec 709f5f1 dd623ec 709f5f1 dd623ec 709f5f1 c0d4e9d 709f5f1 c0d4e9d 404d9d4 c0d4e9d 5e362f0 c0d4e9d dd623ec c0d4e9d dd623ec bd8ee97 dd623ec bd8ee97 dd623ec e1eaab0 0ce5c73 e1eaab0 dd623ec | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 | import os
import uuid
import threading
import time
import cv2
import numpy as np
import base64
from flask import Flask, render_template_string, request, redirect, flash, url_for, jsonify
import roboflow
import torch
from collections import Counter
app = Flask(__name__)
app.secret_key = 'your_secret_key' # Replace with a secure secret key
# Global dictionary to hold job progress and results
jobs = {} # jobs[job_id] = {"progress": int, "result": {...}}
#########################################
# 1. Initialize the Models
#########################################
# --- Roboflow Box Detection Model ---
API_KEY = "wLjPoPYaLmrqCIOFA0RH" # Your Roboflow API key
PROJECT_ID = "base-model-box-r4suo-8lkk1-6dbqh" # Your Roboflow project ID
VERSION_NUMBER = "2" # Your trained model version number
try:
rf = roboflow.Roboflow(api_key=API_KEY)
workspace = rf.workspace()
project = workspace.project(PROJECT_ID)
version = project.version(VERSION_NUMBER)
box_model = version.model # This model is trained for detecting boxes
print("Roboflow model loaded successfully.")
except Exception as e:
print("Error initializing Roboflow model:", e)
box_model = None
# --- YOLOv5 Pretrained Model for Persons & Cars ---
try:
yolov5_model = torch.hub.load('ultralytics/yolov5', 'yolov5s', pretrained=True)
print("YOLOv5 model loaded successfully.")
except Exception as e:
print("Error loading YOLOv5 model:", e)
yolov5_model = None
#########################################
# 2. Helper Functions
#########################################
def compute_iou(boxA, boxB):
xA = max(boxA[0], boxB[0])
yA = max(boxA[1], boxB[1])
xB = min(boxA[2], boxB[2])
yB = min(boxA[3], boxB[3])
interWidth = max(0, xB - xA)
interHeight = max(0, yB - yA)
interArea = interWidth * interHeight
boxAArea = (boxA[2] - boxA[0]) * (boxA[3] - boxA[1])
boxBArea = (boxB[2] - boxB[0]) * (boxB[3] - boxB[1])
if boxAArea + boxBArea - interArea == 0:
return 0
return interArea / float(boxAArea + boxBArea - interArea)
# Lower the NMS threshold to 0.3 so that adjacent boxes are less likely to be merged.
def custom_nms(preds, iou_threshold=0.3):
preds = sorted(preds, key=lambda x: x["confidence"], reverse=True)
filtered_preds = []
for pred in preds:
keep = True
for kept in filtered_preds:
if compute_iou(pred["box"], kept["box"]) > iou_threshold:
keep = False
break
if keep:
filtered_preds.append(pred)
return filtered_preds
# The process_image function now uses:
# - Roboflow prediction parameters: confidence=50 and a lower overlap=10.
# - A custom NMS with IoU threshold of 0.3.
# - ArUco marker detection for conversion factor computation.
def process_image(job_id, image_path, object_type, multiplier):
try:
jobs[job_id]['progress'] = 10
# Load the original image
image = cv2.imread(image_path)
if image is None:
jobs[job_id]['progress'] = 100
jobs[job_id]['result'] = {"error": "Could not read the image."}
return
jobs[job_id]['progress'] = 20
img_height, img_width = image.shape[:2]
# Set dynamic thickness based on image size and multiplier.
thickness = max(2, int(min(img_width, img_height) / 300)) * multiplier
detection_info = []
if object_type == "box":
if box_model is None:
jobs[job_id]['progress'] = 100
jobs[job_id]['result'] = {"error": "Roboflow model not available."}
return
# --- BOX DETECTION ---
# Upscale if the image is small.
scale_factor = 1
if img_width < 1000 or img_height < 1000:
scale_factor = 2
# Use improved parameters: confidence=50 and overlap=10 (lowered overlap).
if scale_factor > 1:
upscaled_image = cv2.resize(image, None, fx=scale_factor, fy=scale_factor, interpolation=cv2.INTER_LINEAR)
temp_path = "upscaled.jpg"
cv2.imwrite(temp_path, upscaled_image)
results = box_model.predict(temp_path, confidence=50, overlap=10).json()
else:
results = box_model.predict(image_path, confidence=50, overlap=10).json()
predictions = results.get("predictions", [])
processed_preds = []
for prediction in predictions:
try:
if scale_factor > 1:
x = prediction["x"] / scale_factor
y = prediction["y"] / scale_factor
width = prediction["width"] / scale_factor
height = prediction["height"] / scale_factor
else:
x = prediction["x"]
y = prediction["y"]
width = prediction["width"]
height = prediction["height"]
# Convert center-based coordinates to corner-based bounding box.
x1 = int(round(x - width / 2))
y1 = int(round(y - height / 2))
x2 = int(round(x + width / 2))
y2 = int(round(y + height / 2))
# Clamp coordinates within the image.
x1 = max(0, min(x1, img_width - 1))
y1 = max(0, min(y1, img_height - 1))
x2 = max(0, min(x2, img_width - 1))
y2 = max(0, min(y2, img_height - 1))
processed_preds.append({
"box": (x1, y1, x2, y2),
"class": prediction["class"],
"confidence": prediction["confidence"]
})
except Exception as e:
continue
# Apply custom NMS with an IoU threshold of 0.3.
box_detections = custom_nms(processed_preds, iou_threshold=0.3)
jobs[job_id]['progress'] = 60
# --- ARUCO MARKER DETECTION & SIZE CONVERSION ---
marker_real_width_cm = 5.0 # The printed marker is 5 cm x 5 cm.
try:
gray = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY)
aruco_dict = cv2.aruco.getPredefinedDictionary(cv2.aruco.DICT_6X6_250)
if hasattr(cv2.aruco, 'DetectorParameters_create'):
aruco_params = cv2.aruco.DetectorParameters_create()
else:
aruco_params = cv2.aruco.DetectorParameters()
corners, ids, _ = cv2.aruco.detectMarkers(gray, aruco_dict, parameters=aruco_params)
if ids is not None and len(corners) > 0:
marker_corners = corners[0].reshape((4, 2))
cv2.aruco.drawDetectedMarkers(image, corners, ids)
# Compute the marker's bounding box.
min_x = np.min(marker_corners[:, 0])
max_x = np.max(marker_corners[:, 0])
min_y = np.min(marker_corners[:, 1])
max_y = np.max(marker_corners[:, 1])
width_pixels = max_x - min_x
height_pixels = max_y - min_y
if width_pixels > 0 and height_pixels > 0:
# Use the average conversion factor from width and height.
conversion_factor = (marker_real_width_cm / width_pixels + marker_real_width_cm / height_pixels) / 2
else:
conversion_factor = None
else:
conversion_factor = None
except Exception as e:
conversion_factor = None
# --- Draw Boxes & Compute Sizes ---
for pred in box_detections:
x1, y1, x2, y2 = pred["box"]
label = pred["class"]
confidence = pred["confidence"]
cv2.rectangle(image, (x1, y1), (x2, y2), (0, 255, 0), thickness)
if conversion_factor is not None:
box_width_pixels = x2 - x1
box_height_pixels = y2 - y1
box_width_cm = box_width_pixels * conversion_factor
box_height_cm = box_height_pixels * conversion_factor
detection_info.append({
"class": label,
"confidence": f"{confidence:.2f}",
"width_cm": f"{box_width_cm:.1f}",
"height_cm": f"{box_height_cm:.1f}"
})
else:
detection_info.append({
"class": label,
"confidence": f"{confidence:.2f}",
"width_cm": "N/A",
"height_cm": "N/A"
})
text = f"{label} ({confidence:.2f})"
(text_width, text_height), baseline = cv2.getTextSize(text, cv2.FONT_HERSHEY_SIMPLEX, 0.5, 1)
cv2.rectangle(image, (x1, y1 - text_height - baseline - 5), (x1 + text_width, y1 - 5), (0, 255, 0), -1)
cv2.putText(image, text, (x1, y1 - 5 - baseline), cv2.FONT_HERSHEY_SIMPLEX, 0.5, (0, 0, 0), 1)
elif object_type in {"person", "car"}:
if yolov5_model is None:
jobs[job_id]['progress'] = 100
jobs[job_id]['result'] = {"error": "YOLOv5 model not available."}
return
try:
img_rgb = cv2.cvtColor(image, cv2.COLOR_BGR2RGB)
yolo_results = yolov5_model(img_rgb)
df = yolo_results.pandas().xyxy[0]
for _, row in df.iterrows():
if row['name'] == object_type:
xmin = int(row['xmin'])
ymin = int(row['ymin'])
xmax = int(row['xmax'])
ymax = int(row['ymax'])
conf = row['confidence']
label = row['name']
cv2.rectangle(image, (xmin, ymin), (xmax, ymax), (255, 0, 0), thickness)
text = f"{label} ({conf:.2f})"
(text_width, text_height), baseline = cv2.getTextSize(text, cv2.FONT_HERSHEY_SIMPLEX, 0.5, 1)
cv2.rectangle(image, (xmin, ymin - text_height - baseline - 5), (xmin + text_width, ymin - 5), (255, 0, 0), -1)
cv2.putText(image, text, (xmin, ymin - 5 - baseline), cv2.FONT_HERSHEY_SIMPLEX, 0.5, (0, 0, 0), 1)
detection_info.append({
"class": label,
"confidence": f"{conf:.2f}",
"width_cm": "N/A",
"height_cm": "N/A"
})
except Exception as e:
jobs[job_id]['progress'] = 100
jobs[job_id]['result'] = {"error": "Error during YOLOv5 inference."}
return
# Draw summary text on the image
detection_counts = Counter(det["class"] for det in detection_info)
if detection_counts:
top_text = ", ".join(f"{cls}: {count}" for cls, count in detection_counts.items())
(info_width, info_height), info_baseline = cv2.getTextSize(top_text, cv2.FONT_HERSHEY_SIMPLEX, 1, 2)
cv2.rectangle(image, (5, 5), (5 + info_width, 5 + info_height + info_baseline), (0, 255, 0), -1)
cv2.putText(image, top_text, (5, 5 + info_height), cv2.FONT_HERSHEY_SIMPLEX, 1, (0, 0, 0), 2)
jobs[job_id]['progress'] = 100
retval, buffer = cv2.imencode('.jpg', image)
image_data = base64.b64encode(buffer).decode('utf-8')
jobs[job_id]['result'] = {"image_data": image_data, "detection_info": detection_info}
except Exception as e:
jobs[job_id]['progress'] = 100
jobs[job_id]['result'] = {"error": "Unexpected error during processing."}
#########################################
# 3. HTML Templates
#########################################
landing_template = '''
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MathLens</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');
body { background-color: #fff; color: #000; font-family: "Share Tech Mono", monospace;
text-align: center; display: flex; flex-direction: column; justify-content: center;
align-items: center; min-height: 100vh; padding: 20px; }
h1 { font-size: 2.5rem; margin-bottom: 20px; }
p { font-size: 1.5rem; margin-bottom: 40px; }
.btn { display: inline-block; margin: 10px; padding: 15px 30px;
font-size: 1.2rem; text-decoration: none; border: 2px solid #000;
color: #000; transition: background-color 0.3s, color 0.3s; }
.btn:hover { background-color: #000; color: #fff; }
</style>
</head>
<body>
<h1>MathLens</h1>
<p>What do you want to count?</p>
<div>
<a href="{{ url_for('upload') }}?object_type=person" class="btn">People</a>
<a href="{{ url_for('upload') }}?object_type=car" class="btn">Cars</a>
<a href="{{ url_for('upload') }}?object_type=box" class="btn">Boxes</a>
</div>
</body>
</html>
'''
upload_template = '''
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MathLens - AI Detection & Measurement</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');
body { background-color: #fff; color: #000; font-family: "Share Tech Mono", monospace;
text-align: center; display: flex; flex-direction: column; justify-content: center;
align-items: center; min-height: 100vh; padding: 20px; }
.typing-effect { font-size: 2rem; font-weight: bold; margin-bottom: 20px;
height: 50px; white-space: nowrap; }
form { margin-bottom: 20px; }
input[type="file"], button { display: block; margin: 10px auto; padding: 10px;
background: none; border: 2px solid #000; color: #000;
font-size: 1rem; font-family: "Share Tech Mono", monospace;
cursor: pointer; }
input[type="file"]::file-selector-button { background: none; border: none; color: #000; }
.home-btn { display: inline-block; margin: 10px auto 20px; padding: 10px 20px;
border: 2px solid #000; color: #000; text-decoration: none;
font-family: "Share Tech Mono", monospace; transition: background-color 0.3s, color 0.3s; }
.home-btn:hover { background-color: #000; color: #fff; }
/* Progress overlay styles */
#progressOverlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%;
background: rgba(255,255,255,0.9); display: none;
align-items: center; justify-content: center; flex-direction: column;
z-index: 9999; }
#progressContainer { width: 80%; max-width: 400px; }
#progressBar { height: 20px; width: 0; background-color: #000; border-radius: 10px;
transition: width 0.2s linear; }
#progressText { margin-top: 10px; font-size: 1.2rem; }
.content-wrapper { display: flex; flex-direction: row; align-items: center;
justify-content: space-evenly; width: 100%; max-width: 1200px;
flex-wrap: wrap; gap: 20px; }
.result-img { max-width: 100%; border: 2px solid #000; }
table { width: 100%; max-width: 600px; border-collapse: collapse; }
th, td { border: 1px solid #000; padding: 5px; text-align: center; }
.footer { margin-top: 20px; font-size: 0.9em; color: #000; }
@media (max-width: 768px) {
.typing-effect { font-size: 1.5rem; }
.content-wrapper { flex-direction: column; align-items: center; }
.result-img { max-width: 90%; }
table { max-width: 100%; }
}
</style>
</head>
<body>
<!-- Home button -->
<a href="{{ url_for('landing') }}" class="home-btn">Home</a>
<!-- Progress overlay -->
<div id="progressOverlay">
<div id="progressContainer">
<div id="progressBar"></div>
<div id="progressText">Starting up... ๐ ๏ธ</div>
</div>
</div>
<div class="typing-effect" id="typing"></div>
<!-- The file upload form (submission handled via AJAX) -->
<form id="uploadForm">
<input type="file" name="file" accept="image/*" required>
<!-- Hidden fields to pass the selected object type and device multiplier -->
<input type="hidden" name="object_type" value="{{ object_type }}">
<input type="hidden" name="multiplier" id="multiplier" value="1">
<button type="submit">Analyze Image</button>
</form>
<div id="resultContainer">
{% if image_data or detection_info %}
<div class="content-wrapper">
<img src="data:image/jpeg;base64,{{ image_data }}" alt="Processed Image" class="result-img">
<table>
<thead>
<tr>
<th>#</th>
<th>Class</th>
<th>Confidence</th>
<th>Width (cm)</th>
<th>Height (cm)</th>
</tr>
</thead>
<tbody>
{% for det in detection_info %}
<tr>
<td>{{ loop.index }}</td>
<td>{{ det.class }}</td>
<td>{{ det.confidence }}</td>
<td>{{ det.width_cm }}</td>
<td>{{ det.height_cm }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
{% endif %}
</div>
<div class="footer">© 2024 MathLens AI Detection App. All rights reserved.</div>
<script>
// Handle typing effect
const textArray = ["MathLens", "Smart Counting with Maths"];
let textIndex = 0, charIndex = 0, isDeleting = false;
const typingElement = document.getElementById("typing");
function typeEffect() {
let currentText = textArray[textIndex];
if (isDeleting) {
typingElement.textContent = currentText.substring(0, charIndex--);
} else {
typingElement.textContent = currentText.substring(0, charIndex++);
}
if (!isDeleting && charIndex === currentText.length) {
setTimeout(() => { isDeleting = true; typeEffect(); }, 3000);
} else if (isDeleting && charIndex === 0) {
isDeleting = false;
textIndex = (textIndex + 1) % textArray.length;
setTimeout(typeEffect, 500);
} else {
setTimeout(typeEffect, isDeleting ? 50 : 100);
}
}
document.addEventListener("DOMContentLoaded", () => {
setTimeout(typeEffect, 500);
// Detect if the device is mobile and update the thickness multiplier accordingly.
var isMobile = /Mobi|Android/i.test(navigator.userAgent);
document.getElementById("multiplier").value = isMobile ? 2 : 1;
});
// AJAX-based submission and progress polling
const uploadForm = document.getElementById("uploadForm");
uploadForm.addEventListener("submit", function(e) {
e.preventDefault();
const formData = new FormData(uploadForm);
// Show progress overlay
document.getElementById("progressOverlay").style.display = "flex";
// Start the analysis job
fetch("{{ url_for('analyze') }}", {
method: "POST",
body: formData
})
.then(response => response.json())
.then(data => {
const jobId = data.job_id;
// Start polling progress every 500ms
const progressInterval = setInterval(() => {
fetch("{{ url_for('progress') }}?job_id=" + jobId)
.then(response => response.json())
.then(progData => {
const progress = progData.progress;
document.getElementById("progressBar").style.width = progress + "%";
if (progress < 10) {
document.getElementById("progressText").textContent = "Starting up... ๐ ๏ธ";
} else if (progress < 30) {
document.getElementById("progressText").textContent = "Writing scripts... ๐ค";
} else if (progress < 50) {
document.getElementById("progressText").textContent = "Calculating formulas... ๐งฎ";
} else if (progress < 70) {
document.getElementById("progressText").textContent = "Crunching numbers... ๐ข";
} else if (progress < 90) {
document.getElementById("progressText").textContent = "Almost there... ๐";
} else {
document.getElementById("progressText").textContent = "Finalizing... ๐";
}
if (progress >= 100) {
clearInterval(progressInterval);
fetch("{{ url_for('result') }}?job_id=" + jobId)
.then(response => response.json())
.then(resultData => {
document.getElementById("progressOverlay").style.display = "none";
document.getElementById("resultContainer").innerHTML = `
<div class="content-wrapper">
<img src="data:image/jpeg;base64,${resultData.image_data}" alt="Processed Image" class="result-img">
${buildTableHTML(resultData.detection_info)}
</div>`;
});
}
});
}, 500);
});
});
function buildTableHTML(detectionInfo) {
if (!detectionInfo || detectionInfo.length === 0) return "";
let tableHTML = `<table>
<thead>
<tr>
<th>#</th>
<th>Class</th>
<th>Confidence</th>
<th>Width (cm)</th>
<th>Height (cm)</th>
</tr>
</thead>
<tbody>`;
detectionInfo.forEach((det, index) => {
tableHTML += `<tr>
<td>${index+1}</td>
<td>${det.class}</td>
<td>${det.confidence}</td>
<td>${det.width_cm}</td>
<td>${det.height_cm}</td>
</tr>`;
});
tableHTML += `</tbody></table>`;
return tableHTML;
}
</script>
</body>
</html>
'''
#########################################
# 4 Flask Routes
#########################################
@app.route('/')
def landing():
return render_template_string(landing_template)
@app.route('/upload', methods=['GET'])
def upload():
object_type = request.args.get('object_type', '').lower()
if object_type not in {"person", "car", "box"}:
flash("Please select a valid object type.")
return redirect(url_for('landing'))
return render_template_string(upload_template, object_type=object_type)
@app.route('/analyze', methods=['POST'])
def analyze():
if 'file' not in request.files:
return jsonify({"error": "No file provided."}), 400
file = request.files['file']
if file.filename == '':
return jsonify({"error": "No selected file."}), 400
object_type = request.form.get('object_type', '').lower()
if object_type not in {"person", "car", "box"}:
return jsonify({"error": "Invalid object type."}), 400
try:
multiplier = int(request.form.get('multiplier', 1))
except ValueError:
multiplier = 1
upload_path = "uploaded.jpg"
try:
file.save(upload_path)
except Exception as e:
return jsonify({"error": "Error saving file."}), 500
job_id = str(uuid.uuid4())
jobs[job_id] = {"progress": 0, "result": None}
thread = threading.Thread(target=process_image, args=(job_id, upload_path, object_type, multiplier))
thread.start()
return jsonify({"job_id": job_id})
@app.route('/progress', methods=['GET'])
def progress():
job_id = request.args.get('job_id', '')
if job_id not in jobs:
return jsonify({"progress": 0})
return jsonify({"progress": jobs[job_id].get("progress", 0)})
@app.route('/result', methods=['GET'])
def result():
job_id = request.args.get('job_id', '')
if job_id not in jobs or jobs[job_id].get("result") is None:
return jsonify({"error": "Result not available."}), 404
result = jobs[job_id]["result"]
del jobs[job_id]
return jsonify(result)
#########################################
# 5. Run the App
#########################################
if __name__ == '__main__':
app.run(host="0.0.0.0", port=7860, threaded=True)
|