brew update
brew upgrade
softwareupdate --install-rosetta --agree-to-license
brew reinstall gcc gfortran scipy pyenv uv
git clone https://github.com/immich-app/immich
cd immich/machine-learning
pyenv install 3.11.6
pyenv global 3.11.6
uv sync --python 3.11 --extra cpu
source .venv/bin/activate
python -m immich_ml
brew update
brew upgrade
softwareupdate --install-rosetta --agree-to-license
brew reinstall gcc gfortran scipy pyenv uv
git clone https://github.com/immich-app/immich
cd immich/machine-learning
pyenv install 3.11.6
pyenv global 3.11.6
uv sync --python 3.11 --extra cpu
source .venv/bin/activate
python -m immich_ml