FYP_YOLO / README.md
nasrmem's picture
Update README.md
e71cb16 verified

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")