Automating image tagging with a local LLM

Can we use a local AI to understand images? Yes, absolutely! We'll look at how to enable this feature, how to use it through the web UI, and then we'll write some code to automate the process and write an image auto-tagger that can process entire directories of images in one go! The ImageViewer application and the ICE extension with the experimental LLM auto-tag feature are both available on my GitHub (still can't add URLs in video descriptions as my YouTube account is too new, but look for scorbo2 on GitHub). CHAPTERS 00:00 Intro 00:22 Enabling the feature 02:28 Using the web UI 04:54 Can we automate? 06:21 ImageViewer 09:10 Using curl 10:19 Using Java 11:28 Constraining it 12:57 Searching by tag 13:32 Conclusion