Sorting Messy Photo Folders with Machine Learning

Sorting "Messy Photo Folder" with Applied ML 📸 We’ve all been there: a massive, disorganized folder of photos from a wedding or a trip or a backup that's impossible to sort manually. I wanted a simple, local way to group these by person without over-engineering it. So, I built and open-sourced image-clustering-ai. It’s a straightforward Python pipeline that: ✅ Filters out blurry or tiny photos. ✅ Uses InsightFace to "see" the people. ✅ Automatically clusters them into folders by ID. I optimized for the "boring" stuff that matters: making it easy to run, readable, and actually useful for a real-world photo dump. It’s not production ready. But it’s a solid, working baseline for anyone interested in practical Machine Learning. Check out the repo, try it on your own "messy folder," and let me know what you think! 👉 Repo: https://lnkd.in/dKHeRjKv #OpenSource #Python #MachineLearning #SoftwareEngineering #ComputerVision

  • text

Really like the “boring but important” mindset here, that’s what makes tools actually usable. Local + simple + effective is underrated. Definitely going to try this on my own messy folder 😄

To view or add a comment, sign in

Explore content categories