original model repo :

πŸ“– this is a cutomized version of the following model aaronespasa/deepfake-detection-resnetinceptionv1

how to use

from transformers import pipeline
pipe = pipeline(model="not-lain/deepfake",trust_remote_code=True)
pipe.predict("img_path.jpg")
>> {"confidences":confidences,"face_with_mask": face_with_mask}

dependencies

to install related dependencies simply use the command

!wget https://huggingface.co/not-lain/deepfake/resolve/main/requirements.txt && pip install -r requirements.txt
Downloads last month
327
Safetensors
Model size
23.5M params
Tensor type
F32
Β·
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The HF Inference API does not support model that require custom code execution.

Model tree for not-lain/deepfake

Finetuned
(4)
this model

Spaces using not-lain/deepfake 5