A-Eye

A-Eye

Docker 应用程序 from Vonhex's Repository

概述

A-Eye is a self-hosted AI photo intelligence tool. This is a fork of the original A-Eye by SpaceinvaderOne (https://github.com/SpaceinvaderOne/a-eye), created to fix bugs present in the original. Uses a local Ollama vision model to understand, describe, tag, and rename your photos — no cloud required, everything runs on your own hardware. Supports automatic renaming, manual review mode, XMP sidecar writing (compatible with Immich, Lightroom, and digiKam), natural language photo search, quality detection for blurry or accidental shots, and a temporary workspace for processing photos from other devices. Works as a full photo renamer, a metadata enrichment tool, or a non-destructive read-only catalogue. Powered by Ollama for local AI inference.

要求

Requires a running Ollama instance with a vision model pulled, e.g. minicpm-v. Run: docker exec ollama ollama pull minicpm-v

运行时参数

网络用户界面
http://[IP]:[PORT:8000]/
网络
bridge
外壳
bash
特权
false

模板配置

Web UI PortPorttcp

Port for the A-Eye web interface.

目标
8000
默认值
8000
价值
8000
Photos DirectoryPathrw

Path to your photos directory. A-Eye will scan and process images from here.

目标
/photos
默认值
/mnt/user/Photos/
价值
/mnt/user/Photos/
App DataPathrw

Persistent storage for the database, config, and thumbnail cache.

目标
/app/data
默认值
/mnt/user/appdata/a-eye/
价值
/mnt/user/appdata/a-eye/
Ollama HostVariable

URL of your running Ollama instance. Use your server's LAN IP — not localhost (that resolves inside the container).

目标
OLLAMA_HOST
默认值
http://192.168.1.x:11434
价值
http://192.168.1.x:11434
PUIDVariable

User ID that owns your photos directory. Run 'id -u' on your Unraid terminal to find yours. Default 99 = nobody.

默认值
99
价值
99
PGIDVariable

Group ID that owns your photos directory. Run 'id -g' on your Unraid terminal to find yours. Default 100 = users.

默认值
100
价值
100

详细信息

存储库
ghcr.io/vonhex/a-eye:latest
最后更新2026-05-31
初见2026-05-04

在Unraid 上运行 A-Eye 。

A-Eye 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。