Skip to content

"Utilizes OpenCV & Tkinter for face detection in images. Select an image & find faces. User-friendly GUI.

Notifications You must be signed in to change notification settings

Romanzeb/Photo-Face-Scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Photo-Face-Scan

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.

Haar Cascade Classifier

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.

How to Use

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

Contributions are welcome! Fork the repository, add new features, or suggest improvements.

About

"Utilizes OpenCV & Tkinter for face detection in images. Select an image & find faces. User-friendly GUI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages