Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>Lynote AI Image Detector — Detect AI-Generated Images</title> | |
| <meta name="description" content="Detect AI-generated images from Midjourney, Stable Diffusion and more. Free AI image detector by Lynote." /> | |
| <meta name="keywords" content="ai image detector, detect ai images, synthetic image detection" /> | |
| <meta property="og:title" content="Lynote AI Image Detector" /> | |
| <meta property="og:description" content="Free AI image detection." /> | |
| <style> | |
| :root { --bg:#0f1420; --card:#171f31; --fg:#e8edf7; --muted:#9aa7c0; --accent:#3fb6ff; --accent2:#ff9a5c; } | |
| * { margin:0; padding:0; box-sizing:border-box; } | |
| body { background:var(--bg); color:var(--fg); font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif; line-height:1.7; } | |
| .wrap { max-width:820px; margin:0 auto; padding:56px 24px 72px; } | |
| .logo { font-size:15px; letter-spacing:3px; color:var(--muted); text-transform:uppercase; } | |
| h1 { font-size:clamp(28px,5vw,44px); line-height:1.25; margin:18px 0 14px; background:linear-gradient(90deg,var(--accent),var(--accent2)); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; } | |
| .sub { font-size:17px; color:var(--muted); margin-bottom:28px; } | |
| .badge { display:inline-block; font-size:13px; padding:4px 12px; border-radius:999px; border:1px solid #2c3a55; color:#b9c6e2; margin-bottom:20px; } | |
| .features { list-style:none; display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:14px; margin:26px 0 34px; } | |
| .features li { background:var(--card); border:1px solid #23304a; border-radius:14px; padding:16px 18px; font-size:15px; } | |
| .features strong { display:block; color:#fff; margin-bottom:4px; font-size:15px; } | |
| .cta { display:inline-block; background:linear-gradient(90deg,var(--accent),var(--accent2)); color:#fff; font-size:16px; font-weight:600; padding:13px 26px; border-radius:12px; text-decoration:none; } | |
| .cta:hover { opacity:.9; } | |
| .note { font-size:13.5px; color:var(--muted); margin-top:26px; } | |
| </style> | |
| </head> | |
| <body> | |
| <div class="wrap"> | |
| <div class="logo">Lynote</div> | |
| <span class="badge">AI Image Detector · Free Trial</span> | |
| <h1>Detect AI-Generated Images</h1> | |
| <p class="sub"> | |
| Free AI image detection for Midjourney, Stable Diffusion and other generators. | |
| </p> | |
| <a class="cta" href="https://lynote.ai/ai-image-detector?utm_source=huggingface&utm_medium=space&utm_campaign=hf_launch&utm_content=image_detector" target="_blank" rel="noopener"> | |
| Detect AI Images for Free → | |
| </a> | |
| <ul class="features"> | |
| <li><strong>Multi-generator</strong>Covers major AI image models</li> | |
| <li><strong>Instant analysis</strong>Seconds to a result</li> | |
| <li><strong>Probabilistic signal</strong>A signal, not absolute proof</li> | |
| <li><strong>Privacy first</strong>Images are never stored</li> | |
| </ul> | |
| <a class="cta" href="https://lynote.ai/ai-image-detector?utm_source=huggingface&utm_medium=space&utm_campaign=hf_launch&utm_content=image_detector" target="_blank" rel="noopener"> | |
| Try the full Lynote Image Analyzer → | |
| </a> | |
| <p class="note"> | |
| This Space is a static landing page. The interactive demo requires Hugging Face PRO hosting; | |
| the full product is available at <a href="https://lynote.ai" style="color:var(--accent)">lynote.ai</a>. | |
| </p> | |
| </div> | |
| </body> | |
| </html> | |