Face Detection using MTCNN
- Tech Stack: Python, OpenCV, NumPy, Matplotlib, MTCNN
- Project Focus: Face Detection in Group Photos
- Github URL: Project Link
This repository demonstrates how to detect faces in images using the MTCNN (Multi-task Cascaded Convolutional Networks) model. The script processes a group photo, detects faces, and then draws red bounding boxes around the detected faces. The images are displayed and saved with the bounding boxes to visualize the results.