[PR #29] [MERGED] Refactor Python Modules #8443

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/29
Author: @alextran1502
Created: 2/21/2022
Status: Merged
Merged: 2/21/2022
Merged by: @alextran1502

Base: mainHead: dev/object-detection-yolov4


📝 Commits (3)

📊 Changes

11 files changed (+66 additions, -679 deletions)

View changed files

📝 machine_learning/.gitignore (+3 -2)
machine_learning/Pipfile (+0 -17)
machine_learning/Pipfile.lock (+0 -629)
machine_learning/app/__init__.py (+0 -0)
machine_learning/app/cars.jpg (+0 -0)
machine_learning/app/image_classifier/__init__.py (+0 -0)
machine_learning/app/image_classifier/image_classifier.py (+32 -0)
📝 machine_learning/app/main.py (+25 -30)
machine_learning/app/object_detection/__init__.py (+0 -0)
machine_learning/app/object_detection/object_detection.py (+4 -0)
📝 machine_learning/requirements.txt (+2 -1)

📄 Description

No description provided


🔄 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/29 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 2/21/2022 **Status:** ✅ Merged **Merged:** 2/21/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `dev/object-detection-yolov4` --- ### 📝 Commits (3) - [`83f20ed`](https://github.com/immich-app/immich/commit/83f20ed96ccae77d1157b270033ae547efd543ca) implementing yolo object recognition - [`4deb07c`](https://github.com/immich-app/immich/commit/4deb07c7a7a414db9ee6a7d97a144a5944dd4b4b) refactor modules - [`c12e8b0`](https://github.com/immich-app/immich/commit/c12e8b0be7e8fe9735113e4ba39abefd86d55154) refactor modules ### 📊 Changes **11 files changed** (+66 additions, -679 deletions) <details> <summary>View changed files</summary> 📝 `machine_learning/.gitignore` (+3 -2) ➖ `machine_learning/Pipfile` (+0 -17) ➖ `machine_learning/Pipfile.lock` (+0 -629) ➕ `machine_learning/app/__init__.py` (+0 -0) ➕ `machine_learning/app/cars.jpg` (+0 -0) ➕ `machine_learning/app/image_classifier/__init__.py` (+0 -0) ➕ `machine_learning/app/image_classifier/image_classifier.py` (+32 -0) 📝 `machine_learning/app/main.py` (+25 -30) ➕ `machine_learning/app/object_detection/__init__.py` (+0 -0) ➕ `machine_learning/app/object_detection/object_detection.py` (+4 -0) 📝 `machine_learning/requirements.txt` (+2 -1) </details> ### 📄 Description _No description provided_ --- <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:47:14 +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#8443