Instructions to use prithivMLmods/Deepfake-Detection-Exp-02-21 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/Deepfake-Detection-Exp-02-21 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="prithivMLmods/Deepfake-Detection-Exp-02-21") 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("prithivMLmods/Deepfake-Detection-Exp-02-21") model = AutoModelForImageClassification.from_pretrained("prithivMLmods/Deepfake-Detection-Exp-02-21") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
1517bd2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:acdd47732c6754cf9735667b2ebea30b1a3f6b3064647e0e457f9b581fcb60fd
size 5240
|