bulk-image-tagger/README.md

18 lines
370 B
Markdown

# bulk-image-tagger
_Workflow for tagging thousands of images_
I needed a way to tag thousands of imags for use in [EveryDream](https://github.com/victorchall/EveryDream-trainer).
**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
```