falcon-perception / index.html
shreyask's picture
Ship MAX_DIM=512: match Python reference, better small-object detection
dd03fc6 verified
raw
history blame contribute delete
874 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Falcon Perception — In-Browser Vision AI</title>
<!-- coi-serviceworker injects COOP/COEP headers so SharedArrayBuffer
(multi-threaded WASM) works on hosts that don't set them. It also
auto-handles the one-time reload required to enter a cross-origin
isolated context. Must run before anything else. -->
<script src="/coi-serviceworker.js"></script>
<script type="module" crossorigin src="/assets/index-B4Fc5cIK.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DBYhI3p4.css">
</head>
<body class="bg-gray-950 text-gray-100 antialiased">
<div id="root"></div>
</body>
</html>