Scam-AI/ai-image-detector
0
1---2title: AI Image Detector3emoji: ๐ก๏ธ4colorFrom: blue5colorTo: indigo6sdk: gradio7python_version: "3.12"8app_file: app.py9pinned: true10short_description: Open-baseline AI-generated image detection by Scam.AI11license: apache-2.012---13 14# AI Image Detector โ Scam.AI ๐ก๏ธ15 16Upload any image and an open-source baseline (`Organika/sdxl-detector`) will tell you whether it thinks the image is AI-generated.17 18**This is a baseline demo**, not a production system. Open detectors are known to fail on:19- Newer generators (GPT-Image-2, FLUX, Imagen 3)20- Post-processed images (super-resolution, JPEG re-compression)21- Out-of-domain content (documents, medical, surveillance)22 23We published a [comprehensive benchmark](https://huggingface.co/datasets/Scam-AI/gpt-image-2) showing >30 AUC point gaps between academic and real-world performance.24 25For production-grade detection (calibrated, adversarial-robust, domain-specific) โ visit **[scam.ai](https://www.scam.ai)**.26 27## Built by Scam.AI28 29Detection systems for AI-driven fraud. See our [research](https://www.scam.ai/en/research) and [open datasets](https://huggingface.co/Scam-AI).30 