Created on 21st January 2024
•
FaceFinder is a user-friendly, easy-to-use software that can be used to search for a person's pictures in the selected folder. It scans through all the images in the selected folder and only display's the pictures that contain the person's face given as input. Designed specifically for "Linux" and "Windows". It solves challenges by seamlessly managing facial images offline, preserving the original picture quality. It saves users valuable time with automated processes, eliminates manual labor, and provides user-centric controls for a hassle-free experience hence, making FaceFinder a robust and user-friendly solution for effective facial image management.
In the process of making this software we came across some challenges like the picture folder that we were uploading was not accessible by the python backend program, but then we learnt that we cannot get the folder path directly from the Web UI due to browser security protocols. So after researching a bit we came across FastAPI that acts as a bridge between the WebUI and the Python Backend Program. Other than this we came across some minor bugs while making the UI, but then we were finally above to overcome it after reviewing the code multiple times.
Technologies used