|
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="UTF-8" /> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
|
<title>Infer</title> |
|
<link rel="stylesheet" href="static/styles.css" /> |
|
<link rel="icon" type="image/svg+xml" href="static/assets/favicon.svg" /> |
|
<link rel="icon" type="image/png" href="static/assets/favicon.png" /> |
|
</head> |
|
<body> |
|
<header class="main-header"> |
|
<div class="header-left"> |
|
<h1> |
|
<a href="/" class="home-link" |
|
>Infer <span class="star">❊</span></a |
|
> |
|
</h1> |
|
<p class="subtitle">Making AI accountability tools for artists.</p> |
|
</div> |
|
<nav class="header-nav"> |
|
<a href="#" class="nav-link">About</a> |
|
<span class="nav-separator">⎈</span> |
|
<a href="/resources" class="nav-link">Resources</a> |
|
<span class="nav-separator">⎈</span> |
|
<a href="mailto:hello@infer.ai" class="nav-link">Contact</a> |
|
</nav> |
|
</header> |
|
<main class="main-content"> |
|
<section class="get-organized-hero"> |
|
<h2>Get Organized</h2> |
|
<p>Connect with others whose work has also been scraped.</p> |
|
</section> |
|
<div class="get-organized-columns"> |
|
<div class="get-organized-left"> |
|
<p class="big-number"> |
|
<strong>531 other users</strong> also have work that is likely in |
|
the OpenAI CLIP model's training data. |
|
</p> |
|
<p class="not-alone"> |
|
<strong>You are not alone.</strong> Hundreds of artists are |
|
impacted—many unknowingly. |
|
</p> |
|
<p class="explanation"> |
|
Your art may have helped train one of the most powerful AI models in |
|
use today—without your consent. You're part of a growing group of |
|
creators facing the same situation. This is a moment for collective |
|
response. |
|
</p> |
|
<div class="together-list"> |
|
<p>Together, we can:</p> |
|
<ul> |
|
<li><strong>Explore legal options</strong></li> |
|
<li><strong>Share tools and tactics</strong></li> |
|
<li> |
|
<strong>Coordinate public statements and campaigns</strong> |
|
</li> |
|
</ul> |
|
</div> |
|
</div> |
|
<div class="get-organized-right"> |
|
<h3>Join the conversation.</h3> |
|
<a class="org-btn" href="#" |
|
><span>Join the mailing list</span |
|
><img src="static/assets/Email_Icon.svg" alt="Email" |
|
/></a> |
|
<a class="org-btn" href="#" |
|
><span>Connect on Discord</span |
|
><img src="static/assets/Discord_Logo.svg" alt="Discord" |
|
/></a> |
|
<a class="org-btn" href="#" |
|
><span>Connect on Signal</span |
|
><img src="static/assets/Signal_Logo.svg" alt="Signal" |
|
/></a> |
|
</div> |
|
</div> |
|
</main> |
|
<div id="aboutOverlay" class="about-overlay" style="display:none;"> |
|
<div class="about-modal"> |
|
<button class="about-close" id="aboutCloseBtn" aria-label="Close About">×</button> |
|
<h2>About Infer</h2> |
|
<p> |
|
Infer helps artists and image creators check whether their work was likely used to train popular AI models. By comparing your image against model behaviors, we can estimate its presence in the training data—something that's often invisible by design. |
|
</p> |
|
<p> |
|
If your image comes up as a likely match, you'll get two paths: |
|
<ul> |
|
<li>Protect Your Art with tools to cloak, license, or fight back</li> |
|
<li>Get Organized with others facing the same issue—through legal coordination, shared resources, and community defense</li> |
|
</ul> |
|
</p> |
|
</div> |
|
</div> |
|
<script src="static/app.js"></script> |
|
</body> |
|
</html> |