Story Details

  • Show HN: Automated Sorting of group photos by user defined N people in each pic

    Posted: 2025-02-04 17:21:21

    Sort_Memories is a Python script that automatically sorts group photos based on the number of specified individuals present in each picture. Leveraging face detection and recognition, the script analyzes images, identifies faces, and groups photos based on the user-defined 'N' number of people desired in each output folder. This allows users to easily organize their photo collections by separating pictures of individuals, couples, small groups, or larger gatherings, automating a tedious manual process.

    Summary of Comments ( 2 )
    https://news.ycombinator.com/item?id=42935520

    Hacker News commenters generally praised the project for its clever use of facial recognition to solve a common problem. Several users pointed out potential improvements, such as handling images where faces are partially obscured or not clearly visible, and suggested alternative approaches like clustering algorithms. Some discussed the privacy implications of using facial recognition technology, even locally. There was also interest in expanding the functionality to include features like identifying the best photo out of a burst or sorting based on other criteria like smiles or open eyes. Overall, the reception was positive, with commenters recognizing the project's practical value and potential.