Skip to content

Instantly share code, notes, and snippets.

View jacenteno's full-sized avatar
🏠
Working from home

Jorge Centeno jacenteno

🏠
Working from home
View GitHub Profile
@jacenteno
jacenteno / index.html
Created June 26, 2024 19:28 — forked from k3ntar0/index.html
Claude 3.5 Sonnetで生成した物体検出アプリケーション
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Realtime Object Detection</title>
<style>
body { font-family: Arial, sans-serif; }
#canvas { border: 1px solid #000; }
table { border-collapse: collapse; margin-top: 20px; }