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
File size: 134 Bytes
c6336c7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4f6bdc992eb16a390aa0bf07d643c938458406684a1894619871548da6e456d5
size 343223968
|