Files
immich/docs/docs/FAQ/Privacy-FAQ.md
Jason Rasmussen 18a4346d2b chore: updates
2024-01-06 20:29:17 -05:00

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)}/>