A cross-platform YOLO enhanced, tagging, screenshot app that tags\stores detected objects within image's EXIF's UserComment entry. ALPHA VERSION 0.1.0
git clone https://github.com/GiorgosXou/SCTG && cd SCTG
pip install .
sctg ~/my_screenshot_folder
Print Screen + | Description |
---|---|
Screenshot | |
ctrl | Screenshot Cut Area |
shift | Screenshot Without Saving |
ctrl + shift | Screenshot Cut Area dont save |
- right click on screenshot to add extra tags
- Copy to clipboard is not yet supported for mac and windows
- To search for tags in images install
exiftool
for example in arch:
sudo pacman -S perl-image-exiftool
and then use grep
or something to find what you want, like:
exiftool * -UserComment | grep -i YouTube
Tested, on Arch linux with i3 btw 🤓
This is just a crappy implementation of a nice idea that i had. Don't get anything at this alpha version too seriously
If you use linux you might need to install libnotify too. here's a silly screenshot example, have a look up right (although this specific screenshot doesn't utilize the yolo algorithm there):