Face Match is a simple GUI application designed for comparing and ranking images. It displays two random images side-by-side, allowing you to select your preferred image by clicking or using keyboard shortcuts. The application will auto renames and reorders image files based on your selections.
- Python 3.6 or higher
- wxPython (GUI framework)
- Install wxPython:
pip install wxPython
- Place all your image files into the
imgsfolder: - Run the application:
python FaceMatch.py
| Mouse Choose | Keyboard Select | Function |
|---|---|---|
| Click on left image | Left Arrow | Select left image |
| Click on right image | Right Arrow | Select right image |
| Click on blank space | Down Arrow | Skip this comparison |
- The application starts by displaying two random images from your
imgsfolder. - Choose your preferred image by clicking on it or using the arrow keys.
- Based on your selection, the application renames and reorders the images.
- Two new random images will appear for the next comparison.
- Continue until you've compared all images or exit when finished.