AI Deepfake Detector

Detect possible deepfake or AI-generated images for free in the browser with an open-source ONNX model, preferring WebNN while never uploading images

Category

Image Tools

How to Use

  1. Upload a portrait, avatar, social image, or suspicious AI-generated image
  2. Choose Auto backend to try WebNN first with WASM fallback
  3. Click Detect Deepfake to view Realism / Deepfake probabilities
  4. Use the Deepfake score as a pre-screening signal and review important results manually

Examples

  • Avatar authenticity pre-check

    Input: Upload a possibly AI-generated avatar

    Output: Returns Realism and Deepfake probabilities

  • Free local detection

    Input: You do not want to send a suspicious image to a paid third-party service

    Output: Runs the model in the browser without uploading the image

FAQ

Is deepfake detection free?
Yes. The model runs in your browser without per-run billing; first use downloads about 56.8 MB of open-source ONNX weights.
Is the result accurate?
Use it only as an assistive signal. Compression, screenshots, filters, cropping, and training-data gaps can affect results, so important cases need human review.
Is the image uploaded?
No. Decoding, preprocessing, and inference happen locally in the browser.

Related tools