v1.3.0 SMARK Media Tools Release
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.06 发布a1.3版本 修正electron-forge与vite打包导致的依赖项缺失问题,修复若干 bug,并发布 electron 打包后的 release
---------- Released version a1.3, Fixed missing dependencies caused by electron-forge + Vite packaging, fixed several bugs, and published the electron packaged release
How to run(Only for Windows x64):
- Download the
Setup.exeandpython.zip - Install the Main Program with
Setup.exe - 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!
Please Enjoy! 🥳