move face models to sctipt

This commit is contained in:
Antonio J. Delgado 2025-04-04 17:02:51 +03:00
parent 718a47705b
commit 6136b46145
2 changed files with 2 additions and 2 deletions

View file

@ -5,6 +5,7 @@ if [ ! -d "${script_dir}/.venv" ]; then
fi
# shellcheck disable=1091
source "$script_dir/.venv/bin/activate"
pip install -r "$script_dir/requirements.txt" > /dev/null
# pip install -r "$script_dir/requirements.txt" > /dev/null
pip install "$script_dir/" > /dev/null
pip install git+https://github.com/ageitgey/face_recognition_models@master > /dev/null
image_classifier.py "${@}"

View file

@ -3,4 +3,3 @@ click_config_file
face_recognition
py3exiv2
Pillow
face_recognition_models @ git+https://github.com/ageitgey/face_recognition_models