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