[PR #641] [CLOSED] Implement new Face Recognition Module #8701

Closed
opened 2026-02-05 13:51:45 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/641
Author: @LackesLab
Created: 9/8/2022
Status: Closed

Base: mainHead: main


📝 Commits (10+)

  • 6a70217 Add first proposal for facial recognition module
  • 2de72e3 Merge branch 'immich-app:main' into main
  • 4024418 Merge branch 'immich-app:main' into main
  • e833c89 Merge branch 'immich-app:main' into main
  • c1147e9 Merge branch 'immich-app:main' into main
  • bfeb3cf Merge branch 'immich-app:main' into main
  • d4e5d20 Merge branch 'immich-app:main' into main
  • 5fe1e3d Merge branch 'immich-app:main' into main
  • 62966dc Add directory for face recognition model weights
  • 7bee5b2 Add facial recongition fnctionality and integrate it into the webserver

📊 Changes

5 files changed (+312 additions, -3 deletions)

View changed files

📝 machine-learning/.gitignore (+165 -1)
📝 machine-learning/Dockerfile (+3 -1)
machine-learning/models/.gitkeep (+0 -0)
machine-learning/src/face_processor.py (+137 -0)
📝 machine-learning/src/main.py (+7 -1)

📄 Description

Dear Contributors,
I like to implement a new module handling the face detection and recognition for Immich. Please find my proposal as first part in the changed README and give me feedback.
Please let me know if you have any further questions.

Best Regards
Lukas


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/641 **Author:** [@LackesLab](https://github.com/LackesLab) **Created:** 9/8/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`6a70217`](https://github.com/immich-app/immich/commit/6a7021787eb99e2354e3da72945b8ed34eb764d0) Add first proposal for facial recognition module - [`2de72e3`](https://github.com/immich-app/immich/commit/2de72e30ae1c08e449ef653d254f11625e61761c) Merge branch 'immich-app:main' into main - [`4024418`](https://github.com/immich-app/immich/commit/4024418e1cd7a551cb07b295a7014b78879872e3) Merge branch 'immich-app:main' into main - [`e833c89`](https://github.com/immich-app/immich/commit/e833c8918f8e2e21eead59feff832f615062dd6e) Merge branch 'immich-app:main' into main - [`c1147e9`](https://github.com/immich-app/immich/commit/c1147e9193a87d74c82b5caf2a30000e595e4755) Merge branch 'immich-app:main' into main - [`bfeb3cf`](https://github.com/immich-app/immich/commit/bfeb3cfd70eafb1cd2ac3f0028dbe6a41ff201c0) Merge branch 'immich-app:main' into main - [`d4e5d20`](https://github.com/immich-app/immich/commit/d4e5d20691957d299cf1d4291f494952b3fbc814) Merge branch 'immich-app:main' into main - [`5fe1e3d`](https://github.com/immich-app/immich/commit/5fe1e3d144c2c800850d75038da2be9a2fe2f1cb) Merge branch 'immich-app:main' into main - [`62966dc`](https://github.com/immich-app/immich/commit/62966dc63497be37857fe4d5795802ca42127f7c) Add directory for face recognition model weights - [`7bee5b2`](https://github.com/immich-app/immich/commit/7bee5b2856b3d2afcf4e6f3309267131a31eabdf) Add facial recongition fnctionality and integrate it into the webserver ### 📊 Changes **5 files changed** (+312 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `machine-learning/.gitignore` (+165 -1) 📝 `machine-learning/Dockerfile` (+3 -1) ➕ `machine-learning/models/.gitkeep` (+0 -0) ➕ `machine-learning/src/face_processor.py` (+137 -0) 📝 `machine-learning/src/main.py` (+7 -1) </details> ### 📄 Description Dear Contributors, I like to implement a new module handling the face detection and recognition for Immich. Please find my proposal as first part in the changed README and give me feedback. Please let me know if you have any further questions. Best Regards Lukas --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:51:45 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#8701