|
|
|
|
|
by atif089
789 days ago
|
|
Thanks for sharing about immich. I have a task that has been on my to-do list for several years now. Amongst all the WhatsApp media on my phone I would like to get a list of all the videos and photos with my family in it and then delete the rest. Is something like this possible with immich? |
|
1. Encode faces, there is a library called face_recognition, that can grab faces from pictures and encode them 2. Group the faces data using `pairwise_distances(encodings, metric='euclidean')`, you only need sklearn library for this