A GUI for identifying visages in an image
Visage Differentiation
Visage Differentiation is a GUI application for outlining and labeling the visages in an image. The main functionality is provided by the tkinter and face-recognition Python modules.
Images
Usage
- Select a path to a directory containing images of known visages to be used in identifying unknown visages. The filenames are used as labels for identified visages.
- Select a path to an image containing visages to identify.
- Click the “Identify Visages” button.
GitHub