Workflow for tagging thousands of images.
Go to file
Cyberes 59c42ff2e2 minor changes 2023-05-31 11:26:48 -06:00
application minor changes 2023-05-31 11:26:48 -06:00
.gitignore initial commit 2022-11-13 16:17:15 -07:00
Bulk Image Tagger qt5.ui minor changes 2023-05-31 11:26:48 -06:00
README.md readme 2022-11-13 16:18:19 -07:00
launch.sh initial commit 2022-11-13 16:17:15 -07:00

README.md

bulk-image-tagger

Workflow for tagging thousands of images

I needed a way to tag thousands of imags for use in EveryDream.

Use

pip install PyQt5 opencv-python-headless numpy
./launch.sh

Develop

sudo apt install qttools5-dev-tools
pip install PyQt5 opencv-python-headless numpy