mirror of
https://github.com/immich-app/immich.git
synced 2026-01-17 23:35:38 -08:00
630 B
630 B
sidebar_position
| sidebar_position |
|---|
| 9 |
import TOCInline from '@theme/TOCInline';
Privacy
Is all data local?
Everything stays local, the models get downloaded from a repository the first time you run it. Machine learning is also done locally, Machine learning URL isn't pointing to the external page. It is the DNS of the container within the docker's network context. Model retrievals are done automatically from the hugging face repository. more info here.
<TOCInline toc={toc.filter((node) => console.log(node),true)}/>