This is a modified version of wdv3-jax by SmilingWolf that taggs images in a folder and allows the user to delete images based on their tags. to install #Windows Install Instructions
python -m venv venv
source .\venv\scripts\activate
python -m pip install -U pip setuptools wheel
python -m pip install -U jax[cpu]
python -m pip install -r requirements.txt
python wdv3_jax.py --model swinv2 test.jpg`
Included is the tag analisys script to help manage already tagged datasets.
#Known Issues Only Processes one image at a time Reloads the model on every itteration Requires a image to launch