A software that allows you to filter the photos in which a specific person is present from a list of images.
- Take input image of the face of a person
- Extracts the images which contain the face of the person in input image
- CUDA support avaialbe
- Uses dlib face_recognition and opencv
- pyqt5 for interface
- .exe file for windows https://drive.google.com/open?id=18A-ki_xGYeVsdGovLLBhGkuQ7y9RiNCI
- Python3
- cmake
- CUDA support for nvidia GPU (Optional)
- Clone the repository using
git clone https://github.com/shaheryar1/Face-Search-in-directory.git
- Install python dependencies using
pip3 install -r requirements.txt
- Run using
python3 Interface.py
You can download the .exe file for windows only from my drive