1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-28 09:33:27 +02:00
immich/machine-learning/app
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
..
models feat(ml): composable ml (#9973) 2024-06-07 03:09:47 +00:00
__init__.py refactor(ml): modularization and styling (#2835) 2023-06-24 22:18:09 -05:00
config.py feat(ml): composable ml (#9973) 2024-06-07 03:09:47 +00:00
conftest.py feat(ml)!: cuda and openvino acceleration (#5619) 2024-01-21 18:22:39 -05:00
healthcheck.py feat: add docker healthchecks to server and ml (#9583) 2024-05-22 16:54:29 +00:00
main.py feat(ml): composable ml (#9973) 2024-06-07 03:09:47 +00:00
schemas.py feat(ml): composable ml (#9973) 2024-06-07 03:09:47 +00:00
test_main.py feat(ml): composable ml (#9973) 2024-06-07 03:09:47 +00:00