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