bulk-image-tagger/README.md

16 lines
252 B
Markdown
Raw Normal View History

2022-11-12 15:19:47 -07:00
# bulk-image-tagger
2022-11-13 16:17:15 -07:00
_Workflow for tagging thousands of images_
**Use**
```bash
pip install PyQt5 opencv-python-headless numpy
./launch.sh
```
**Develop**
```bash
sudo apt install qttools5-dev-tools
pip install PyQt5 opencv-python-headless numpy
```