1 Commits

Author SHA1 Message Date
Olivier 3a45ba0f20 feat: add wallpaper renaming tool and nix development environment
Implement a Python script that uses a local vision model (via Ollama) to
automatically rename image files to descriptive snake_case names.

- Add `rename-wallpapers.py` to handle image processing, resizing with
  ffmpeg, and querying the Ollama API.
- Add `flake.nix` to provide a reproducible development environment
  including Python, Ollama, ffmpeg, and other necessary dependencies.
2026-07-14 20:03:33 -03:00