deepfake-hunter / examples /analysis_report.json
sammoftah's picture
Deploy Deepfake Hunter
faaaf38 verified
{
"video_path": "/path/to/example_video.mp4",
"is_deepfake": true,
"confidence": 0.8735,
"frame_scores": [
[0, 0.65],
[30, 0.72],
[60, 0.85],
[90, 0.91],
[120, 0.88],
[150, 0.82],
[180, 0.79]
],
"suspect_frames": [60, 90, 120],
"fps": 30.0,
"total_frames": 210,
"processed_frames": 105,
"processing_time_ms": 15420.5,
"avg_frame_score": 0.7885,
"max_frame_score": 0.91,
"temporal_consistency_score": 0.78,
"physiological_score": 0.92,
"metadata": {
"fps": 30.0,
"total_frames": 210,
"width": 1920,
"height": 1080,
"duration_seconds": 7.0
},
"export_paths": {
"timeline": "/path/to/example_video_timeline.png",
"report": "/path/to/example_video_report.json"
},
"analysis_breakdown": {
"spatial_artifacts": {
"compression": 0.68,
"blending": 0.82,
"gan_fingerprint": 0.71,
"combined": 0.75
},
"temporal_analysis": {
"optical_flow": 0.72,
"blink_pattern": 0.81,
"combined": 0.78
},
"physiological_signals": {
"heart_rate_bpm": null,
"signal_quality": 0.15,
"score": 0.92,
"explanation": "No physiological signal detected - likely deepfake"
}
},
"detection_details": {
"explanation": "High artifact score (0.75) suggests manipulation. Detected unnatural blending at face boundaries. Found GAN fingerprints in frequency analysis. No biological signals detected - strong deepfake indicator.",
"context": "general",
"severity": "HIGH",
"requires_human_review": false,
"model_versions": {
"spatial_detector": "v1.0",
"physiological_detector": "v1.0",
"mediapipe_face": "v0.10"
}
},
"recommendations": [
"Manual review recommended due to high confidence score",
"Check source authenticity",
"Compare with known authentic footage of subject",
"Consider forensic watermark analysis"
],
"generated_at": "2025-11-19T10:30:45.123456",
"deepfake_hunter_version": "1.0.0"
}