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