2023-02-18 17:13:37 +02:00
|
|
|
# Immich Machine Learning
|
2022-03-25 22:26:55 +02:00
|
|
|
|
2023-06-05 16:40:48 +02:00
|
|
|
- Image classification
|
|
|
|
- CLIP embeddings
|
|
|
|
- Facial recognition
|
|
|
|
|
|
|
|
# Setup
|
|
|
|
|
|
|
|
This project uses [Poetry](https://python-poetry.org/docs/#installation), so be sure to install it first.
|
|
|
|
Running `poetry install --no-root --with dev` will install everything you need in an isolated virtual environment.
|
|
|
|
|
|
|
|
To add or remove dependencies, you can use the commands `poetry add $PACKAGE_NAME` and `poetry remove $PACKAGE_NAME`, respectively.
|
|
|
|
Be sure to commit the `poetry.lock` and `pyproject.toml` files to reflect any changes in dependencies.
|