AiPicDetect.

About AiPicDetect

AiPicDetect는 AI 생성 이미지를 판별하고 숨겨진 메타데이터를 제거하는 무료 오픈소스 도구입니다 — 호스팅형이든 셀프호스팅이든 원하는 대로 선택하세요. It is built and maintained by Michael Orlov and published under the MIT licence at github.com/Micorlov/aipicdetect. The hosted instance at https://aipicdetect.com is a free demo of the same code.

What it does

Model credits

The default detector is haywoodsloan/ai-image-detector-deploy, an image-classification model published on Hugging Face by its author under that model card's licence. AiPicDetect downloads it on first run and performs no training of its own. Any Hugging Face image-classification model with AI/real labels can be substituted with AIPICDETECT_DETECTOR_MODEL.

Built with

Python 3.12, FastAPI, Pillow and pillow-heif for decoding, PyTorch and Hugging Face Transformers for inference, uvicorn for serving. The web page is plain HTML, CSS and JavaScript with no framework; the only third-party script is the optional Google Analytics tag on the hosted instance (see privacy), which self-hosted copies do not load.

Cite this

Michael Orlov. AiPicDetect: free open-source AI image detector and metadata scrubber (2026). https://github.com/Micorlov/aipicdetect
@software{aipicdetect2026,
  author = {Orlov, Michael},
  title  = {AiPicDetect: free open-source AI image detector and metadata scrubber},
  year   = {2026},
  url    = {https://github.com/Micorlov/aipicdetect}
}

Changelog

최종 업데이트 2026-09-13 · GitHub에서 소스 보기

감지기 사용해보기