Back to Autogpt

Nvidia Deepfake

docs/integrations/block-integrations/nvidia/deepfake.md

0.6.441.6 KB
Original Source

Nvidia Deepfake

<!-- MANUAL: file_description -->

Blocks for detecting deepfakes and synthetic image manipulation using Nvidia AI.

<!-- END MANUAL -->

Nvidia Deepfake Detect

What it is

Detects potential deepfakes in images using Nvidia's AI API

How it works

<!-- MANUAL: how_it_works -->

This block analyzes images using Nvidia's AI-powered deepfake detection model. It returns a probability score (0-1) indicating the likelihood that an image has been synthetically manipulated.

Set return_image to true to receive a processed image with detection markings highlighting areas of concern.

<!-- END MANUAL -->

Inputs

InputDescriptionTypeRequired
image_base64Image to analyze for deepfakesstr (file)Yes
return_imageWhether to return the processed image with markingsboolNo

Outputs

OutputDescriptionType
errorError message if the operation failedstr
statusDetection status (SUCCESS, ERROR, CONTENT_FILTERED)str
imageProcessed image with detection markings (if return_image=True)str (file)
is_deepfakeProbability that the image is a deepfake (0-1)float

Possible use case

<!-- MANUAL: use_case -->

Content Verification: Verify authenticity of user-uploaded profile photos or identity documents.

Media Integrity: Screen submitted images for signs of AI manipulation.

Trust & Safety: Detect potentially misleading synthetic content in social or news platforms.

<!-- END MANUAL -->