# 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. | |
```python | |
import torch | |
model = torch.load("FYP_YOLO.pt") | |