1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-01 08:31:59 +00:00
immich/machine-learning/app/models
Mert 2b1b43a7e4
feat(ml): composable ml (#9973)
* modularize model classes

* various fixes

* expose port

* change response

* round coordinates

* simplify preload

* update server

* simplify interface

simplify

* update tests

* composable endpoint

* cleanup

fixes

remove unnecessary interface

support text input, cleanup

* ew camelcase

* update server

server fixes

fix typing

* ml fixes

update locustfile

fixes

* cleaner response

* better repo response

* update tests

formatting and typing

rename

* undo compose change

* linting

fix type

actually fix typing

* stricter typing

fix detection-only response

no need for defaultdict

* update spec file

update api

linting

* update e2e

* unnecessary dimension

* remove commented code

* remove duplicate code

* remove unused imports

* add batch dim
2024-06-07 03:09:47 +00:00
..
clip feat(ml): composable ml (#9973) 2024-06-07 03:09:47 +00:00
facial_recognition feat(ml): composable ml (#9973) 2024-06-07 03:09:47 +00:00
__init__.py feat(ml): composable ml (#9973) 2024-06-07 03:09:47 +00:00
ann.py chore(deps): update machine-learning (#6302) 2024-01-13 05:00:09 +00:00
base.py feat(ml): composable ml (#9973) 2024-06-07 03:09:47 +00:00
cache.py feat(ml): composable ml (#9973) 2024-06-07 03:09:47 +00:00
constants.py feat(ml): composable ml (#9973) 2024-06-07 03:09:47 +00:00
session.py feat(ml): composable ml (#9973) 2024-06-07 03:09:47 +00:00
transforms.py feat(ml): composable ml (#9973) 2024-06-07 03:09:47 +00:00