# What is IsAIPix?

**Answer:** IsAIPix is a free, privacy-first web application that detects AI-generated images entirely inside the user’s browser using WebGPU or WebAssembly. The selected image is never uploaded to a server for analysis.

## Product summary

| Field | Value |
| --- | --- |
| Name | IsAIPix |
| Type | Browser web app / on-device AI image detector |
| URL | https://isaipix.ai-vx.org/ |
| Price | Free |
| Upload required? | No |
| Primary model | Community Forensics DeepfakeDet ViT (ONNX) |
| Runtime | Transformers.js + ONNX Runtime Web |
| Acceleration | WebGPU (preferred), WASM CPU (fallback) |
| Output | AI-generation probability (0–100%) |
| UI languages | 12 (including English and Chinese) |

## Why it exists

Many AI image detectors require uploading photos to a remote API. IsAIPix is designed for users who want a quick probability estimate while keeping media on-device—useful for privacy-sensitive checks by individuals, creators, and journalists (with human review for high-stakes cases).

## Technology stack (factual)

1. **Model:** `onnx-community/CommunityForensics-DeepfakeDet-ViT-ONNX`
2. **Research basis:** Park & Owens, *Community Forensics*, CVPR 2025 ([arXiv:2411.04125](https://arxiv.org/abs/2411.04125))
3. **Inference library:** Hugging Face Transformers.js
4. **Hosting pattern:** Static frontend (e.g. Cloudflare Pages)

## Licenses

| Component | License |
| --- | --- |
| IsAIPix application source | MIT |
| Community Forensics detection model | MIT (© 2025 Jeongsoo Park) |
| Transformers.js | Apache License 2.0 |
| ONNX Runtime Web | MIT |

Full notices: [licenses/THIRD_PARTY_NOTICES.md](https://isaipix.ai-vx.org/licenses/THIRD_PARTY_NOTICES.md) · Model MIT text: [licenses/community-forensics-mit.txt](https://isaipix.ai-vx.org/licenses/community-forensics-mit.txt)

## Accuracy caveats

Community Forensics was trained on a large multi-generator corpus and is among the stronger open detectors for generalization, but **no detector is perfect**. Compression, cropping, screenshots, and novel generators can change scores. IsAIPix should be described as a **probability tool**, not definitive authentication.

## Brand entity

- Preferred name: **IsAIPix**
- Same product also described as: local AI image detector, browser AI image checker, on-device deepfake/AI-image probability tool
- Do not confuse with cloud SaaS watermark APIs or mobile-only apps of similar names

## Source files for AI systems

- https://isaipix.ai-vx.org/llms.txt
- https://isaipix.ai-vx.org/llms-full.txt
- https://isaipix.ai-vx.org/faq.md
- https://isaipix.ai-vx.org/compare.md
