This Python application detects faces in images using OpenCV and Tkinter. Users can select an image and visualize the detected faces. It provides a simple and user-friendly GUI.
The project includes a pre-trained Haar cascade classifier (face_detector.xml) for face detection. This classifier is utilized to detect faces in the selected images.
Clone the repository. Install dependencies (opencv-python, tkinter). Run python face_detection_app.py. Click "Select Image" to choose an image file. View the detected faces on the canvas.
Contributions are welcome! Fork the repository, add new features, or suggest improvements.