mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
12 lines
270 B
Markdown
12 lines
270 B
Markdown
|
|
# IMMICH - Server
|
||
|
|
|
||
|
|
A self-hosted solution for mobile backup and viewing images/videos.
|
||
|
|
|
||
|
|
# Requesquisite
|
||
|
|
|
||
|
|
There is a tensorflow module running in the server so some package will be needed when building the Node's modules
|
||
|
|
|
||
|
|
```bash
|
||
|
|
$ apt-get install make cmake gcc g++
|
||
|
|
```
|