SPOT: the Natural Language Geolocation Map

SPOT, is an AI-powered tool designed to simplify and enhance the geolocation process for journalists and the OSINT community. Searching for the locations in media content can be challenging, especially for those unfamiliar with OSINT tools for identifying locations which are unknown. SPOT is designed to bridge this gap by providing a user-friendly way to locate places in images and videos using Maps Mania… more →
Posted in: Interactive Maps

Creating a Generic Generative Template Language in Google Gemini

I’ve been a fan of ‘random text’ for some time. "Random text" is a bit vague, but to me the idea of using code to generate random stories, or even snippets, is fascinating. Back in April, I blogged about how I created short dragon-based stories. It took a generic string: A #adjective# dragon lives #place#. She #verb# her hoard, which consists of a #number# of #thing#, #number# of #thing#, and #number# of #thing#. She feels #feeling#. And created a story by replacing the pound-wrapped tokens with real words. I used a couple of different tools to build this, but the core one was a cool little Node library named random-word-slugs. It’s a powerful random word library... more →
Posted in: JavaScript
1 2 3 4