This repository contains code for performing face detection on a video using both Haarcascade and YOLOv8 algorithms. The project aims to demonstrate the effectiveness of these two approaches in detecting faces in a video.
Face detection is a crucial task in computer vision with various applications ranging from security surveillance to facial recognition systems. In this project, we utilize two popular face detection algorithms:
The aim of this project is to compare the performance of these two algorithms in detecting faces in a video.
https://github.com/SannketNikam/Face-Detection/assets/77570082/9ae32a48-e880-4722-affc-e6f050b65494
git clone https://github.com/SannketNikam/Face-Detection.git
cd Face-Detection
pip install -r requirements.txt