mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
docs: add new features (#2441)
* chore: add new features * Add facial recognition to docs site * Added partner sharing to the docs site * update developer docs --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
This commit is contained in:
parent
b50c621be8
commit
2fc8a0db92
10 changed files with 57 additions and 20 deletions
15
docs/docs/features/facial-recognition.md
Normal file
15
docs/docs/features/facial-recognition.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Facial Recognition
|
||||
|
||||
Immich recognizes faces in your photos and videos and groups them together. You can then assign names to the faces and search for them.
|
||||
|
||||
The list of people is shown in the Explore page.
|
||||
|
||||
<img src={require('./img/facial-recognition-1.png').default} title='Facial Recognition 1' />
|
||||
|
||||
Upon clicking on a person, a list of assets that contain their face will be shown.
|
||||
|
||||
<img src={require('./img/facial-recognition-2.png').default} title='Facial Recognition 2' />
|
||||
|
||||
The asset detail view will also show the faces that are recognized in the asset.
|
||||
|
||||
<img src={require('./img/facial-recognition-3.png').default} title='Facial Recognition 3' />
|
||||
Loading…
Add table
Add a link
Reference in a new issue