v1.5.0 调整照片路径输入方法,自动检测文件夹路径,优化若干特性,修复已知 bug
Users may have a large number of burst photos during photography, and it can be difficult to filter them during post-processing. Therefore, I created this toolbox, which can directly read the photo folder from the camera's storage card, group them by HSV histogram similarity, and then sort them by IQA aesthetic score for easy deletion. After users finish managing the photos, they can export and copy them to a specified folder.
- 2025.11.16 发布a1.5版本 调整照片路径输入方法,自动检测文件夹路径,优化若干特性,修复已知 bug
- Released version a1.5, Adjusted photo path input method, automatically detected folder path, optimized several features, and fixed known bugs
How to run(Only for Windows x64):
- Download the
Setup.exe(Or using Portable version) andpython.zip - Install the Main Program with
Setup.exe( Or unzip thePortable.zip.) - Unzip the
python.zipinto the Installed Folder with the structure like this:
└── 📁Electron-Media-Toolbox
└── 📁python
└── 📁packages
└── 📁utils
├── requirements.txt
├── start-server.bat
└── web_api.py
└── xxx.exe
- Run
pip install -r requirements.txtin thepythonfolder to prepare the environment. - Run the
.exeandpython web_api.pyto Start!
Don't forget to remove the
C:\Users\[YOUR USERNSME]\AppData\Local\electron_media_toolboxfolder before you update, to free your C: 👈
Please Enjoy! 🥳