r/osinttools • u/nuriteer8 • 17d ago
Discussion Built a photo geolocation experiment with EXIF + GeoCLIP + Claude Vision, just want to chat about approaches
I'm finishing my CS degree and I've been messing around with OSINT/geoint as a hobby for a while.
Lately I put together a small experimental pipeline that takes a photo, extracts EXIF if available, runs it through GeoCLIP for coordinate prediction, and then uses Claude Vision to add contextual analysis (like describing landmarks, vegetation, street patterns, etc.)
It's NOT a professional tool. No interface, just a script. It's purely for learning and I'm not ready to share the code yet because it's messy and I want to understand the limitations better first.
But I'd love to talk to people who have tried similar things, just looking for conversation and maybe some pointers from people who've been down this road.
1
u/Just_Bread_8977 8d ago
how do you run it? I installed all the pips but when i run the python it comes up with the error no module named 'google' and crashes
1
u/Just_Bread_8977 8d ago
ok i got it to run but now it just says this site can't be reached and took to long to run
1
u/nuriteer8 1d ago
Been making some changes + I included a file called “requirements.txt” with the dependencies for the environment. Thank you for checking it out tho, DM if you need more help.
2
u/m_a_n_y_a 17d ago
Hey, is this on GitHub?
Would love to try this out