File size: 28,027 Bytes
3e7ccee 430a407 3e7ccee bcbbb43 3e7ccee bcbbb43 3e7ccee bcbbb43 3e7ccee bcbbb43 3e7ccee bcbbb43 3e7ccee 5c7224e 3e7ccee 4043c92 430a407 3e7ccee 4043c92 3e7ccee 4043c92 8e5835b 3e7ccee 4043c92 430a407 4043c92 430a407 4043c92 3e7ccee 4043c92 3e7ccee 430a407 3e7ccee |
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 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>AI Content Check – TrueWrite Scan</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script src="https://cdn.tailwindcss.com"></script>
<!-- jsPDF for report generation (no integrity) -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js"></script>
</head>
<body class="bg-gradient-to-br from-slate-950 via-slate-900 to-violet-950 text-white min-h-screen flex flex-col">
<!-- Glow background -->
<div class="pointer-events-none fixed inset-0 opacity-40 blur-3xl"
style="background: radial-gradient(circle at 10% 20%, rgba(174, 101, 241, 0.35), transparent 55%), radial-gradient(circle at 80% 80%, rgba(56,189,248,0.28), transparent 55%);">
</div>
<main class="relative flex-1 max-w-6xl mx-auto px-4 py-8 z-10">
<!-- Top bar -->
<div class="flex items-center justify-between mb-4">
<div class="flex items-center gap-3">
<div>
<img src="logo.png" alt="TrueWrite Scan Logo" class="w-10 h-10 rounded-xl shadow-lg shadow-indigo-500/40">
</div>
<div>
<h1 class="text-2xl md:text-3xl font-extrabold tracking-tight">
TrueWrite <span class="text-fuchsia-400">Scan</span>
</h1>
<p class="text-[11px] text-slate-300 uppercase tracking-[0.25em]">
AI-Content Detector
</p>
</div>
</div>
<a href="dashboard.html"
class="text-xs text-slate-200 px-3 py-1.5 rounded-full border border-slate-600/70 bg-slate-900/40 backdrop-blur hover:bg-slate-800/70 transition">
← Back to dashboard
</a>
</div>
<!-- Tool navigation -->
<nav class="mb-6">
<div class="inline-flex items-center gap-1 rounded-full bg-slate-900/80 border border-slate-800 p-1 text-xs">
<a href="grammar.html"
class="px-3 py-1.5 rounded-full text-slate-300 hover:bg-slate-800">
Grammar
</a>
<a href="plagiarism.html"
class="px-3 py-1.5 rounded-full text-slate-300 hover:bg-slate-800">
Plagiarism
</a>
<a href="ai-check.html"
class="px-3 py-1.5 rounded-full bg-fuchsia-500 text-white font-medium shadow shadow-fuchsia-500/40"
aria-current="page">
AI Content
</a>
</div>
</nav>
<!-- Glass main card -->
<div class="grid md:grid-cols-2 gap-6">
<!-- LEFT PANEL -->
<section class="rounded-3xl border border-white/10 bg-slate-900/40 backdrop-blur-xl shadow-2xl shadow-black/50 p-5 md:p-6 flex flex-col">
<header class="mb-4">
<h2 class="text-lg md:text-xl font-semibold">Analyze your content</h2>
<p class="text-xs text-slate-300 mt-1">
Paste text or drop a <span class="font-semibold">.txt / .pdf / .docx</span> file. We’ll estimate how AI-generated it looks.
</p>
</header>
<!-- Drag & Drop zone -->
<div id="dropZone"
class="mb-3 border-2 border-dashed border-slate-600/80 rounded-2xl bg-slate-900/50 backdrop-blur-md px-4 py-3 text-xs flex items-center justify-between transition hover:border-fuchsia-400/80 hover:bg-slate-900/70">
<div class="flex items-center gap-3">
<div class="w-8 h-8 rounded-full bg-slate-800/80 flex items-center justify-center">
<span class="text-lg">📂</span>
</div>
<div>
<p class="font-medium text-slate-100">Drag & drop your file here</p>
<p class="text-[11px] text-slate-400">
Supported: .txt, .pdf, .docx (max 15MB)
</p>
</div>
</div>
<div class="flex flex-col items-end gap-1">
<label class="px-3 py-1 rounded-full border border-slate-500/80 text-[11px] cursor-pointer bg-slate-800/60 hover:bg-slate-700/80">
Browse
<input id="fileInput" type="file" accept=".txt,.pdf,.docx" class="hidden" />
</label>
<span id="fileName" class="text-[10px] text-slate-400 max-w-[150px] truncate"></span>
</div>
</div>
<!-- Tiny status -->
<div id="statusTiny" class="text-[11px] text-slate-400 mb-2">
Ready · No file selected
</div>
<!-- Paste / textarea -->
<div class="flex gap-2 items-center mb-2">
<button id="pasteBtn"
class="text-[11px] px-3 py-1 rounded-full border border-slate-600/80 bg-slate-900/70 hover:bg-slate-800/90">
Paste text from clipboard
</button>
<span class="text-[11px] text-slate-500">or type directly below</span>
</div>
<textarea id="inputText" rows="12"
class="flex-1 w-full rounded-2xl bg-slate-950/70 border border-slate-700/80 px-3 py-2 text-sm focus:outline-none focus:ring-2 focus:ring-fuchsia-500/70 focus:border-fuchsia-500/60 placeholder:text-slate-500"
placeholder="Paste your content here or use the drag-and-drop box above..."></textarea>
<!-- Buttons -->
<div class="mt-4 flex flex-wrap gap-2 items-center">
<button id="checkAI"
class="px-5 py-2 rounded-xl bg-gradient-to-r from-fuchsia-500 via-violet-500 to-sky-400 hover:brightness-110 text-sm font-semibold shadow-lg shadow-fuchsia-500/40 flex items-center gap-2">
<svg id="spinner"
class="hidden animate-spin h-4 w-4 text-white"
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
<circle class="opacity-25" cx="12" cy="12" r="10"
stroke="currentColor" stroke-width="4"></circle>
<path class="opacity-75" fill="currentColor"
d="M4 12a8 8 0 018-8v4a4 4 0 00-4 4H4z"></path>
</svg>
<span id="checkLabel">Check AI Content</span>
</button>
<button id="downloadReport"
class="px-5 py-2 rounded-xl bg-slate-900/70 border border-slate-600/80 text-sm font-medium hover:bg-slate-800/90">
Download report as PDF
</button>
</div>
</section>
<!-- RIGHT PANEL -->
<section class="rounded-3xl border border-white/10 bg-slate-900/40 backdrop-blur-xl shadow-2xl shadow-black/50 p-5 md:p-6 flex flex-col">
<header class="mb-3">
<h2 class="text-lg font-semibold">Detection result</h2>
<p class="text-[11px] text-slate-400">
Scores are estimates – always review with your own judgment.
</p>
</header>
<!-- Progress bar -->
<div class="mb-3">
<div class="h-1.5 w-full rounded-full bg-slate-800/80 overflow-hidden">
<div id="progressBar" class="h-full w-0 bg-gradient-to-r from-fuchsia-400 via-violet-400 to-sky-400 transition-[width] duration-200 ease-out"></div>
</div>
<div id="progressText" class="text-[11px] text-slate-400 mt-1">Idle</div>
</div>
<!-- Main result -->
<div class="flex-1 rounded-2xl bg-slate-950/60 border border-slate-800/80 p-4 text-sm">
<p id="score" class="text-xl font-bold mb-1 text-fuchsia-300">
No scan yet.
</p>
<p id="detail" class="text-[13px] text-slate-200 mb-3">
Paste text or upload a file, then click “Check AI Content”.
</p>
<div id="meta" class="text-[11px] text-slate-400 space-y-1">
<!-- Filled by JS -->
</div>
</div>
<!-- Mini legend -->
<div class="mt-4 grid grid-cols-2 gap-3 text-[11px] text-slate-300">
<div class="bg-slate-950/60 border border-slate-800/80 rounded-xl p-3">
<p class="font-semibold mb-1">Model-based detection</p>
<p>Uses a RoBERTa classifier when available. Falls back to heuristic if model load fails.</p>
</div>
<div class="bg-slate-950/60 border border-slate-800/80 rounded-xl p-3">
<p class="font-semibold mb-1">Saved in history</p>
<p>Every scan is logged in your <span class="font-semibold">My History</span> for future reference.</p>
</div>
</div>
</section>
</div>
<!-- Extra sections from second file -->
<!-- Extra sections from second file -->
<section class="mt-10 space-y-4">
<h2 class="text-xl md:text-2xl font-semibold">Why choose this AI content checker?</h2>
<p class="text-sm text-slate-300">
With AI writing everywhere, this page helps you quickly see how “machine-like” your text may look.
</p>
<div class="grid md:grid-cols-3 gap-5 mt-3">
<div class="bg-slate-900/70 border border-slate-800 rounded-2xl p-4 text-xs">
<div class="flex items-center gap-3 mb-2">
<div class="w-9 h-9 rounded-full bg-fuchsia-500/20 flex items-center justify-center">
<span class="text-lg">📈</span>
</div>
<p class="font-semibold text-sm">Instant AI probability</p>
</div>
<p>
Get an estimated AI-generated probability (%) along with the opposite human-written score.
</p>
</div>
<div class="bg-slate-900/70 border border-slate-800 rounded-2xl p-4 text-xs">
<div class="flex items-center gap-3 mb-2">
<div class="w-9 h-9 rounded-full bg-indigo-500/20 flex items-center justify-center">
<span class="text-lg">🔍</span>
</div>
<p class="font-semibold text-sm">Transparent heuristics</p>
</div>
<p>
Uses simple, explainable metrics like sentence length and vocabulary variety — great for demos.
</p>
</div>
<div class="bg-slate-900/70 border border-slate-800 rounded-2xl p-4 text-xs">
<div class="flex items-center gap-3 mb-2">
<div class="w-9 h-9 rounded-full bg-emerald-500/20 flex items-center justify-center">
<span class="text-lg">📄</span>
</div>
<p class="font-semibold text-sm">Downloadable PDF</p>
</div>
<p>
Save the AI-analysis result as a PDF snapshot along with your text.
</p>
</div>
</div>
</section>
<section class="mt-10 space-y-4">
<h2 class="text-xl md:text-2xl font-semibold">Who can use this tool?</h2>
<p class="text-sm text-slate-300">
Ideal for anyone curious about AI detection or building their own detector interface.
</p>
<div class="grid md:grid-cols-3 gap-5 mt-3 text-xs">
<div class="bg-slate-900/70 border border-slate-800 rounded-2xl p-4">
<div class="flex items-center gap-3 mb-2">
<div class="w-9 h-9 rounded-full bg-sky-500/20 flex items-center justify-center">
<span class="text-lg">🎓</span>
</div>
<p class="font-semibold text-sm">Students & researchers</p>
</div>
<p>
Test your assignments or papers and see how “AI-like” they appear based on simple rules.
</p>
</div>
<div class="bg-slate-900/70 border border-slate-800 rounded-2xl p-4">
<div class="flex items-center gap-3 mb-2">
<div class="w-9 h-9 rounded-full bg-amber-500/20 flex items-center justify-center">
<span class="text-lg">🧑🏫</span>
</div>
<p class="font-semibold text-sm">Teachers & trainers</p>
</div>
<p>
Show learners how AI detection can be approximated using simple statistics on text.
</p>
</div>
<div class="bg-slate-900/70 border border-slate-800 rounded-2xl p-4">
<div class="flex items-center gap-3 mb-2">
<div class="w-9 h-9 rounded-full bg-rose-500/20 flex items-center justify-center">
<span class="text-lg">💻</span>
</div>
<p class="font-semibold text-sm">Developers & hobbyists</p>
</div>
<p>
Use this as a frontend template and plug in your own backend AI-detection models later.
</p>
</div>
</div>
</section>
<section class="mt-10 space-y-4">
<h2 class="text-xl md:text-2xl font-semibold">How does this AI content checker work?</h2>
<p class="text-sm text-slate-300">
The scoring is intentionally simple, so you can read the JavaScript and fully understand it.
</p>
<div class="grid md:grid-cols-3 gap-5 mt-3 text-xs">
<div class="bg-slate-900/70 border border-slate-800 rounded-2xl p-4">
<div class="flex items-center gap-3 mb-2">
<div class="w-9 h-9 rounded-full bg-fuchsia-500/20 flex items-center justify-center">
<span class="text-lg">1️⃣</span>
</div>
<p class="font-semibold text-sm">Tokenise the text</p>
</div>
<p>
Text is lower-cased and split into words and sentences for basic statistics.
</p>
</div>
<div class="bg-slate-900/70 border border-slate-800 rounded-2xl p-4">
<div class="flex items-center gap-3 mb-2">
<div class="w-9 h-9 rounded-full bg-indigo-500/20 flex items-center justify-center">
<span class="text-lg">2️⃣</span>
</div>
<p class="font-semibold text-sm">Measure patterns</p>
</div>
<p>
It looks at vocabulary variety and average sentence length — long, repetitive text can
look more AI-like.
</p>
</div>
<div class="bg-slate-900/70 border border-slate-800 rounded-2xl p-4">
<div class="flex items-center gap-3 mb-2">
<div class="w-9 h-9 rounded-full bg-emerald-500/20 flex items-center justify-center">
<span class="text-lg">3️⃣</span>
</div>
<p class="font-semibold text-sm">Compute a score</p>
</div>
<p>
Those metrics are combined into an AI-generated probability (0–100%), displayed and
saved in your PDF report.
</p>
</div>
</div>
</section>
<section class="mt-12">
<h2 class="text-xl md:text-2xl font-semibold mb-3">Reviews for this AI checker</h2>
<div class="bg-slate-900/80 border border-slate-800 rounded-2xl p-5 md:p-6 relative overflow-hidden">
<div id="reviewCard" class="transition-all duration-500"></div>
<div class="flex items-center justify-between mt-4">
<div id="reviewDots" class="flex gap-1.5"></div>
<div class="flex gap-2">
<button id="prevReview"
class="w-8 h-8 rounded-full border border-slate-600 flex items-center justify-center text-xs hover:bg-slate-800">‹</button>
<button id="nextReview"
class="w-8 h-8 rounded-full border border-slate-600 flex items-center justify-center text-xs hover:bg-slate-800">›</button>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="relative border-t border-slate-800 bg-slate-950/80 backdrop-blur">
<div class="max-w-6xl mx-auto px-4 py-4 text-[11px] text-slate-400 flex flex-col md:flex-row items-center justify-between gap-2">
<p>© 2025 TrueWrite Scan. All rights reserved.</p>
<p>Designed & developed by <span class="text-fuchsia-300 font-medium">Gopal Krushna Mahapatra</span>.</p>
</div>
</footer>
<!-- SCRIPT -->
<script>
const BACKEND_URL = "https://gopalkrushnamahapatra-truewrite-scan-backend.hf.space";
const token = localStorage.getItem("truewriteToken");
const user = localStorage.getItem("truewriteUser");
if (!token || !user) {
window.location.href = "login.html";
}
// jsPDF helper (kept for backwards compatibility — not used for server PDF)
function getJsPDF() {
if (window.jspdf && window.jspdf.jsPDF) return window.jspdf.jsPDF;
if (window.jsPDF) return window.jsPDF;
return null;
}
// DOM references
const textarea = document.getElementById("inputText");
const fileInput = document.getElementById("fileInput");
const fileNameSpan = document.getElementById("fileName");
const pasteBtn = document.getElementById("pasteBtn");
const statusTiny = document.getElementById("statusTiny");
const checkBtn = document.getElementById("checkAI");
const checkLabel = document.getElementById("checkLabel");
const spinner = document.getElementById("spinner");
const scoreP = document.getElementById("score");
const detailP = document.getElementById("detail");
const metaDiv = document.getElementById("meta");
const downloadBtn = document.getElementById("downloadReport");
const dropZone = document.getElementById("dropZone");
const progressBar = document.getElementById("progressBar");
const progressText = document.getElementById("progressText");
let lastResult = null;
let progressTimer = null;
function setLoading(on) {
if (on) {
spinner.classList.remove("hidden");
checkLabel.textContent = "Analyzing...";
checkBtn.disabled = true;
checkBtn.classList.add("opacity-60", "cursor-not-allowed");
let pct = 0;
progressBar.style.width = "0%";
progressText.textContent = "Uploading / processing...";
progressTimer = setInterval(() => {
pct += Math.random() * 10;
if (pct > 90) pct = 90;
progressBar.style.width = pct + "%";
}, 200);
} else {
spinner.classList.add("hidden");
checkLabel.textContent = "Check AI Content";
checkBtn.disabled = false;
checkBtn.classList.remove("opacity-60", "cursor-not-allowed");
if (progressTimer) {
clearInterval(progressTimer);
progressTimer = null;
}
progressBar.style.width = "100%";
progressText.textContent = "Done";
setTimeout(() => {
progressBar.style.width = "0%";
progressText.textContent = "Idle";
}, 700);
}
}
// Drag & drop handlers
["dragenter", "dragover"].forEach(evt => {
dropZone.addEventListener(evt, e => {
e.preventDefault();
e.stopPropagation();
dropZone.classList.add("border-fuchsia-400/80", "bg-slate-900/80");
});
});
["dragleave", "drop"].forEach(evt => {
dropZone.addEventListener(evt, e => {
e.preventDefault();
e.stopPropagation();
dropZone.classList.remove("border-fuchsia-400/80", "bg-slate-900/80");
});
});
dropZone.addEventListener("drop", e => {
const dt = e.dataTransfer;
const files = dt.files;
if (!files || !files.length) return;
const file = files[0];
fileInput.files = files;
handleFileSelected(file);
});
// File selection via button
fileInput.addEventListener("change", e => {
const file = e.target.files[0];
if (!file) {
fileNameSpan.textContent = "";
statusTiny.textContent = "Ready · No file selected";
return;
}
handleFileSelected(file);
});
function handleFileSelected(file) {
fileNameSpan.textContent = file.name;
if (file.type === "text/plain" || file.name.toLowerCase().endsWith(".txt")) {
const reader = new FileReader();
reader.onload = () => textarea.value = reader.result;
reader.readAsText(file);
statusTiny.textContent = `${file.name} loaded as text`;
} else {
textarea.value = "";
statusTiny.textContent = `${file.name} selected. Will be parsed on backend.`;
}
}
// Paste button
pasteBtn.onclick = async () => {
try {
const txt = await navigator.clipboard.readText();
textarea.value = txt;
statusTiny.textContent = "Text pasted from clipboard";
} catch {
alert("Clipboard access blocked by browser.");
}
};
async function callAiCheck(text) {
const res = await fetch(`${BACKEND_URL}/api/ai-check`, {
method: "POST",
headers: {
"Content-Type": "application/json",
"Authorization": `Bearer ${token}`
},
body: JSON.stringify({ text })
});
const data = await res.json();
if (!res.ok) throw new Error(data.detail || data.error || "Server error");
return data;
}
async function uploadFileAndCheck(file) {
const form = new FormData();
form.append("file", file, file.name);
const res = await fetch(`${BACKEND_URL}/api/ai-check-file`, {
method: "POST",
headers: { "Authorization": `Bearer ${token}` },
body: form
});
const data = await res.json();
if (!res.ok) throw new Error(data.detail || data.error || "Server error");
return data;
}
// Main check
checkBtn.onclick = async () => {
const text = textarea.value.trim();
const file = fileInput.files[0];
if (!text && !file) {
alert("Please paste text or upload a file first.");
return;
}
setLoading(true);
scoreP.textContent = "Analyzing...";
detailP.textContent = "Contacting backend...";
metaDiv.innerHTML = "";
lastResult = null;
try {
let data;
if (file) data = await uploadFileAndCheck(file);
else data = await callAiCheck(text);
const ai = data.ai_percent ?? 0;
const human = data.human_percent ?? (100 - ai);
const wc = data.word_count ?? 0;
const avg = data.avg_sentence_length ?? null;
const summary = data.summary ?? "";
scoreP.textContent = `AI probability: ${ai}% · Human: ${human}%`;
detailP.textContent = summary || (ai > 60
? `Text appears more AI-like (human ~${human}%).`
: `Text appears more human-like (human ~${human}%).`
);
metaDiv.innerHTML = `
<div>Words: <strong>${wc}</strong></div>
${avg !== null ? `<div>Avg sentence length: <strong>${avg}</strong></div>` : ""}
${data.unique_ratio !== undefined ? `<div>Unique word ratio: <strong>${data.unique_ratio}</strong></div>` : ""}
<div class="mt-1 text-[10px] text-slate-500">This scan is stored in your history.</div>
`;
lastResult = {
ai_percent: ai,
human_percent: human,
word_count: wc,
avg_sentence_length: avg,
summary,
text: textarea.value,
file: file || null
};
} catch (err) {
console.error(err);
scoreP.textContent = "Error";
detailP.textContent = err.message || "Failed to contact backend.";
} finally {
setLoading(false);
}
};
// Helper to parse filename from Content-Disposition
function filenameFromContentDisposition(header) {
if (!header) return null;
// Try utf-8 filename* then filename
const fnStar = header.match(/filename\*\s*=\s*UTF-8''([^;]+)/i);
if (fnStar && fnStar[1]) return decodeURIComponent(fnStar[1].replace(/["']/g, ''));
const fn = header.match(/filename\s*=\s*["']?([^;"']+)["']?/i);
if (fn && fn[1]) return fn[1].replace(/["']/g, '');
return null;
}
// Download PDF (calls backend /report/ai or /report/ai-file)
downloadBtn.onclick = async () => {
if (!lastResult) {
alert("Run at least one scan before downloading a report.");
return;
}
const file = lastResult.file;
try {
let res;
if (file && !(file.type === "text/plain" || file.name.toLowerCase().endsWith(".txt"))) {
// POST file to /report/ai-file
const form = new FormData();
form.append("file", file, file.name);
res = await fetch(`${BACKEND_URL}/report/ai-file`, {
method: "POST",
headers: { "Authorization": `Bearer ${token}` },
body: form
});
} else {
// Use GET with text param (URL-encode)
const txt = lastResult.text || "";
const q = encodeURIComponent(txt);
res = await fetch(`${BACKEND_URL}/report/ai?text=${q}`, {
method: "GET",
headers: { "Authorization": `Bearer ${token}` }
});
}
if (!res.ok) {
const text = await res.text();
throw new Error(text || `Server error: ${res.status}`);
}
const blob = await res.blob();
const cd = res.headers.get('content-disposition');
const fname = filenameFromContentDisposition(cd) || "TrueWrite_AiReport.pdf";
const url = URL.createObjectURL(blob);
const a = document.createElement('a');
a.href = url;
a.download = fname;
document.body.appendChild(a);
a.click();
a.remove();
URL.revokeObjectURL(url);
} catch (err) {
console.error(err);
alert("Failed to download report: " + (err.message || err));
}
};
// Reviews slider and other UI (unchanged) ...
// (kept exactly as you provided)
const reviews = [
{
name: "Aarav S.",
role: "B.Tech Student",
text: "Helps me understand how AI-generated my project reports might look before submission.",
stars: 5
},
{
name: "Priya K.",
role: "AI Research Enthusiast",
text: "The transparent scoring is perfect for explaining AI detection concepts to juniors.",
stars: 5
},
{
name: "Rahul M.",
role: "Content Creator",
text: "Gives a quick signal when my text feels too uniform and AI-like.",
stars: 4
},
{
name: "Sneha R.",
role: "M.Sc. Student",
text: "Very handy example for my seminar on AI ethics and content authenticity.",
stars: 5
},
{
name: "Vikram J.",
role: "Developer",
text: "Exactly the kind of simple, hackable AI-detector UI I wanted for my side project.",
stars: 4
}
];
let currentReview = 0;
const reviewCard = document.getElementById("reviewCard");
const reviewDots = document.getElementById("reviewDots");
function starRow(stars) {
let html = "";
for (let i = 0; i < 5; i++) {
html += `<span class="${i < stars ? 'text-yellow-400' : 'text-slate-600'} text-sm">★</span>`;
}
return html;
}
function renderReview() {
const r = reviews[currentReview];
reviewCard.innerHTML = `
<div class="flex items-center gap-2 mb-2">
${starRow(r.stars)}
</div>
<p class="text-sm text-slate-200 mb-3">"${r.text}"</p>
<p class="text-sm font-semibold">${r.name}</p>
<p class="text-xs text-slate-400">${r.role}</p>
`;
reviewDots.innerHTML = reviews.map((_, i) =>
`<span class="w-2 h-2 rounded-full ${i === currentReview ? 'bg-fuchsia-400' : 'bg-slate-600'}"></span>`
).join('');
}
function nextReview() {
currentReview = (currentReview + 1) % reviews.length;
renderReview();
}
function prevReview() {
currentReview = (currentReview - 1 + reviews.length) % reviews.length;
renderReview();
}
document.getElementById('nextReview').onclick = nextReview;
document.getElementById('prevReview').onclick = prevReview;
let timer = setInterval(nextReview, 6000);
document.getElementById('nextReview').addEventListener('click', () => {
clearInterval(timer); timer = setInterval(nextReview, 6000);
});
document.getElementById('prevReview').addEventListener('click', () => {
clearInterval(timer); timer = setInterval(nextReview, 6000);
});
renderReview();
</script>
</body>
</html>
|