maxgreco / airenamer

check the filename lenght, catch eventual global error, works also in sub-directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI Image File Renamer

let the ai rename your images

A simple executable that renames image files based on keywords that describe the image. The keywords are generated using Ollama.ai. You must have Ollama installed first.

Installation

  1. Find the latest release for your OS here
  2. Rename it to something memorable, like airenamer (or airenamer.exe on Windows).
  3. Ensure it is executable. On Linux or Mac, run chmod +x airenamer.
  4. Move the file somewhere into your path.
  5. Again, make sure you have Ollama.ai installed.

Usage

Navigate to a folder with some images in it and run airenamer.

Make sure you have a backup first. It only copies the files, but I'm not responsible for any data loss.

About

check the filename lenght, catch eventual global error, works also in sub-directory

License:MIT License


Languages

Language:TypeScript 100.0%