YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
FYP_YOLO for Face Liveness Detection
This model is designed for face liveness detection to prevent spoofing attacks in biometric authentication systems. It is built using the YOLOv8 architecture and trained on a proprietary dataset of real and spoofed face images.
import torch
model = torch.load("FYP_YOLO.pt")
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no library tag.