[PR #2333] [MERGED] Move to FastAPI #9503

Closed
opened 2026-02-05 14:05:52 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/2333
Author: @alextran1502
Created: 4/26/2023
Status: Merged
Merged: 4/26/2023
Merged by: @alextran1502

Base: feat/facial-recognitionHead: ml/fastapi


📝 Commits (6)

📊 Changes

6 files changed (+85 additions, -103 deletions)

View changed files

📝 machine-learning/Dockerfile (+7 -7)
machine-learning/gunicorn.conf.py (+0 -29)
📝 machine-learning/src/main.py (+57 -54)
📝 server/libs/domain/src/media/media.service.spec.ts (+6 -2)
📝 server/libs/domain/src/media/media.service.ts (+14 -11)
📝 server/libs/domain/test/crypto.repository.mock.ts (+1 -0)

📄 Description

  • feat: facial recognition
  • clean up
  • Facial recognition job is now run
  • ml/add database table (#2317)
  • feat(ml): add core functions for facial recognition (#2332)
  • switch to fastapi
  • rm gnuvicorn

🔄 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/2333 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 4/26/2023 **Status:** ✅ Merged **Merged:** 4/26/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `feat/facial-recognition` ← **Head:** `ml/fastapi` --- ### 📝 Commits (6) - [`91dd8a3`](https://github.com/immich-app/immich/commit/91dd8a32c5a02d7707c769eccd1afbf288691816) switch to fastapi - [`1f1fc39`](https://github.com/immich-app/immich/commit/1f1fc39d1cde61645d704810494639d4179d2961) rm gnuvicorn - [`e86953f`](https://github.com/immich-app/immich/commit/e86953f8e068de60ad6eca2e85ac2e44e239a502) fixed number of worker - [`9d0abad`](https://github.com/immich-app/immich/commit/9d0abad865b469fb83a7a62975d3944664d4d23e) rm unused import - [`43de338`](https://github.com/immich-app/immich/commit/43de338147b58a97560a599b5a887b630bd869f7) pr feedback - [`ccad887`](https://github.com/immich-app/immich/commit/ccad88724835e97bc29caaebe4ecc02c6c1c9113) handle invalid bounding boxes ### 📊 Changes **6 files changed** (+85 additions, -103 deletions) <details> <summary>View changed files</summary> 📝 `machine-learning/Dockerfile` (+7 -7) ➖ `machine-learning/gunicorn.conf.py` (+0 -29) 📝 `machine-learning/src/main.py` (+57 -54) 📝 `server/libs/domain/src/media/media.service.spec.ts` (+6 -2) 📝 `server/libs/domain/src/media/media.service.ts` (+14 -11) 📝 `server/libs/domain/test/crypto.repository.mock.ts` (+1 -0) </details> ### 📄 Description - feat: facial recognition - clean up - Facial recognition job is now run - ml/add database table (#2317) - feat(ml): add core functions for facial recognition (#2332) - switch to fastapi - rm gnuvicorn --- <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 14:05:52 +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#9503