Best app for fast and precise face recognition

Hi,

I need to run all images on my NAS through face recognition.

I want to use my A310 for acceleration if possible. A really nice bonus would be using my RTX 4080 in my Windows PC that can access the photos via 2.5G SMB (or WSL via SSH if thats better).

I’ve thought about Photoprism, Immich or Nextcloud with recognize/Memories.

I would really like something accurate and wasn’t happy with Immich and Nextcloud in that regard so far.

A TrueNAS app or some docker image/stack would be fine.

Any recommendations?

Immich can easily be used for that purpose. You can use the external library feature to access photos already stored on your NAS. Immich’s machine-learning component runs in a separate container, which can be hosted on a different device (I’ve used this setup before for other reasons). This means you can simply run the machine-learning container on your Windows PC.

1 Like

I’ve now setup immich and besides the server and ml containers crashing every few hours for no apparent reason it’s going relatively well. Thanks.