A tool to rename and manager images by gemini pro vision.
git clone https://github.com/hiliuxg/imgsenser.git
cd imgsenser
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
# rename one image
python main.py --path /mnt/d/workspace/image_home/e2b2061e-0f01-4e3f-9c7e-8aed6aea357b.jpg
# rename all image in dir
python main.py --path /mnt/d/workspace/image_home
# monitor and rename all image in dir
python main.py --path /mnt/d/workspace/image_home --monitor True