Commit graph

448 commits

Author SHA1 Message Date
mertalev
44f90d42f8
linting 2025-10-15 14:35:52 -04:00
mertalev
664e1bdd97
format 2025-10-15 14:19:27 -04:00
CoderKang
111883206c Merge branch 'main' into ocr 2025-10-09 09:24:20 +08:00
Mert
5270107926
fix(ml): ipv6 check (#22735) 2025-10-07 12:24:23 -04:00
Cokodayo
51150a3ed1
fix(ml): Resolve IPv6 startup crash and healthcheck failure (#22387)
* fix(ml): Resolve IPv6 startup crash and healthcheck failure

Fixes #13782

* fix(ml): updated the fix to use the std lib

* Apply code formatting to __main__.py
2025-10-06 12:09:40 -04:00
github-actions
bb72d723e2 chore: version v2.0.1 2025-10-03 15:12:12 +00:00
github-actions
e4234af3b3 chore: version v2.0.0 2025-10-01 21:19:34 +00:00
github-actions
f1f8c8e7a3 chore: version v1.144.1 2025-09-29 19:49:34 +00:00
bo0tzz
d0a872622a
fix: bump ml pyproject.toml correctly (#22488)
* fix: bump ml pyproject.toml correctly

* fix: correct version in pyproject.toml
2025-09-29 14:45:27 -05:00
github-actions
a498166cb6 chore: version v1.144.0 2025-09-29 18:52:32 +00:00
Aaron Liu
94a8bc5bce
fix(pump-version): fix immich-ml pyproject.toml path (#22372)
Since the migration to uv, this has not worked because the Python toml CLI has been looking for a pyproject.toml in the root folder.
2025-09-25 03:29:10 -04:00
renovate[bot]
0be71c82b3
chore(deps): update dependency pytest-cov to v7 (#22052)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-21 17:49:04 -04:00
CoderKang
4543ac35dd Merge branch 'main' into ocr 2025-09-17 09:48:54 +08:00
Zack Pollard
01fddd58c6
chore: update ROCm image (#22034) 2025-09-15 20:42:17 -04:00
CoderKang
8840a4ec5f Merge branch 'main' into ocr
# Conflicts:
#	machine-learning/uv.lock
#	mobile/openapi/README.md
2025-09-11 17:08:42 +08:00
renovate[bot]
170306af1a
fix(deps): update machine-learning (#21704)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-10 14:51:11 -04:00
CoderKang
b5a2bf5ae5 fix(ocr): expose lang_type (LangRec.CH) and font_path on OcrOptions for RapidOCR 2025-09-09 23:14:35 +08:00
CoderKang
7211086cb2 fix(ocr): switch RapidOCR lang type from LangDet to LangRec 2025-09-09 23:12:53 +08:00
mertalev
7be708e663
unnecessary sources 2025-09-08 19:35:11 -04:00
mertalev
49ff045df3
unnecessary model type 2025-09-08 19:34:08 -04:00
mertalev
585d093baf
apply config correctly, adjust defaults 2025-09-08 19:29:11 -04:00
mertalev
5e7fab80aa
store positions as normalized floats 2025-09-08 19:29:11 -04:00
mertalev
1c53e65641
update lock 2025-09-08 19:29:10 -04:00
mertalev
412468989f
change dto 2025-09-08 19:29:10 -04:00
mertalev
c59f932bf0
use rapidocr 2025-09-08 19:29:10 -04:00
CoderKang
4d8e51ede6
feat: enhance OCR configuration and functionality
- Updated OCR settings to include minimum detection box score, minimum detection score, and minimum recognition score.
- Refactored PaddleOCRecognizer to utilize new scoring parameters.
- Introduced new database tables for asset OCR data and search functionality.
- Modified related services and repositories to support the new OCR features.
- Updated translations for improved clarity in settings UI.
2025-09-08 19:29:10 -04:00
CoderKang
df36a09cd3
refactor(ocr): update OCR schema and response structure to use individual coordinates instead of bounding box, and adjust related service and repository files 2025-09-08 19:29:10 -04:00
CoderKang
0e7ad8b2ba
feat(ocr): enhance OCR model configuration with orientation classification and unwarping options, update PaddleOCR integration, and improve response structure 2025-09-08 19:29:10 -04:00
CoderKang
3949bf2cfa
chore: update Dockerfile to include ccache for improved build performance 2025-09-08 19:29:10 -04:00
CoderKang
0e8ca1c159
feat: add OCR functionality and related configurations 2025-09-08 19:29:10 -04:00
bo0tzz
50eae23f3a
fix: use specific uv version in ML dockerfile (#21611) 2025-09-05 20:15:29 +02:00
renovate[bot]
7d57fd1320
fix(deps): update machine-learning (#21296) 2025-09-01 19:44:19 -04:00
renovate[bot]
e7e030279b
fix(deps): update machine-learning (#21044) 2025-08-18 21:55:49 -04:00
renovate[bot]
b3fb831994
fix(deps): update machine-learning (#20878)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-13 11:24:09 -04:00
renovate[bot]
adb55f3726
fix(deps): update machine-learning (#19803)
* fix(deps): update machine-learning

* typing fixes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
2025-08-11 18:07:49 -04:00
bo0tzz
3a854d77ac
fix: use IMMICH_HOST env var in ML healthcheck (#19844)
Fixes #19843
2025-07-14 18:08:29 -04:00
renovate[bot]
b00d44a00c
fix(deps): update machine-learning (#19647) 2025-07-03 20:28:34 +00:00
renovate[bot]
5f76cdddc7
chore(deps): update ghcr.io/astral-sh/uv:latest docker digest to 9653efd (#19530)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-25 20:37:53 +01:00
renovate[bot]
bcfc967d77
fix(deps): update machine-learning (#19219) 2025-06-24 17:55:37 +03:00
Matthew Momjian
d233a7d97a
fix(server): remove excessive inactivity log (#19306) 2025-06-19 19:13:13 +00:00
renovate[bot]
f9ed314b37
fix(deps): update machine-learning (major) (#19067)
fix(deps): update machine-learning

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-09 12:26:36 -04:00
renovate[bot]
ac0e94c003
chore(deps): update machine-learning (#19046)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-09 11:00:20 -04:00
renovate[bot]
ecb16d9907
fix(deps): update machine-learning (#18880)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-07 01:06:32 +00:00
renovate[bot]
0205e89e34
fix(deps): update machine-learning (#18382) 2025-05-27 22:08:33 -04:00
bo0tzz
8f045bc602
feat: let renovate pick up on ML driver deps (#18319) 2025-05-16 14:10:21 -04:00
renovate[bot]
80dfe7a5e9
fix(deps): update machine-learning (#18248) 2025-05-13 09:18:42 -04:00
luzpaz
b1e1362246
fix: various typos (grouped in to separate commits) (#18177) 2025-05-09 13:10:34 +00:00
renovate[bot]
61a3eba1bd
fix(deps): update machine-learning (#18118) 2025-05-06 15:27:34 +00:00
renovate[bot]
2c2dd01bf0
fix(deps): update machine-learning (#17951) 2025-04-29 20:02:58 +00:00
renovate[bot]
2c3658e642
fix(deps): update machine-learning (#17769) 2025-04-23 07:44:30 -04:00