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