bulk-image-tagger/README.md

16 lines
252 B
Markdown

# bulk-image-tagger
_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
```