Eagle plugin for automatic image tagging using local ONNX models, CLIP, and LLMs
AI Image Tagger is a plugin for Eagle (a media library app) that automates image tagging using a multi-model pipeline. It supports fully offline inference via WD14 ONNX models, semantic CLIP-based suggestions matched against the user's existing tag library, and cloud or local LLM tagging via OpenAI, Anthropic, or any OpenAI-compatible server like Ollama. Built out of a personal need to manage large reference libraries without manual tagging.
Eagle is a tool I've used extensively for storing reference images and other media — the browser plugin makes saving content effortless. But tagging is a different story. For a new library without any tags, or a large one with thousands of untagged images, manually organizing everything is tedious. I built this plugin to solve that for myself: let AI handle the tagging, whether through fast offline models or a full LLM, so the library stays organized without the manual overhead. WD14 was the first model I integrated because it matched my personal use case well (Danbooru-style tags for reference art), but LLM support was added later to make it useful for a wider range of image types.

