Instructions to use DaMsTaR/Detecto-DeepFake_Image_Detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DaMsTaR/Detecto-DeepFake_Image_Detector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="DaMsTaR/Detecto-DeepFake_Image_Detector") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("DaMsTaR/Detecto-DeepFake_Image_Detector") model = AutoModelForImageClassification.from_pretrained("DaMsTaR/Detecto-DeepFake_Image_Detector") - Notebooks
- Google Colab
- Kaggle
DeepFakeDetection
#1
by jiahLinn - opened
- model.safetensors +0 -3
model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4f6bdc992eb16a390aa0bf07d643c938458406684a1894619871548da6e456d5
|
| 3 |
-
size 343223968
|
|
|
|
|
|
|
|
|
|
|
|