Backup model weights for the
DeepSafe deepfake detection platform. These weights are mirrored here to ensure availability in case the original sources become unavailable.
All model weights are the work of their respective original authors. DeepSafe mirrors them here strictly as a backup to prevent broken builds if upstream sources change. Full credit goes to:
These weights are used by DeepSafe's Docker-based microservices. See the
DeepSafe README for setup instructions.
1from huggingface_hub import hf_hub_download
2
3# Download a specific weight file
4path = hf_hub_download(
5 repo_id="siddharthksah/DeepSafe-weights",
6 filename="npr_deepfakedetection/NPR.pth"
7)
MIT License (for the DeepSafe platform). Individual model weights retain their original licenses from their respective authors.