Workflow for tagging thousands of images.
Go to file
Cyberes ef4a563c4e initial commit 2022-11-13 16:17:15 -07:00
application initial commit 2022-11-13 16:17:15 -07:00
.gitignore initial commit 2022-11-13 16:17:15 -07:00
Bulk Image Tagger qt5.ui initial commit 2022-11-13 16:17:15 -07:00
README.md initial commit 2022-11-13 16:17:15 -07:00
launch.sh initial commit 2022-11-13 16:17:15 -07:00
main_window.py initial commit 2022-11-13 16:17:15 -07:00

README.md

bulk-image-tagger

Workflow for tagging thousands of images

Use

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

Develop

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