Skip to content

v1.4.0 修复若干特性并且支持更新检测

Choose a tag to compare

@SMARK2022 SMARK2022 released this 15 Nov 20:35
· 178 commits to master since this 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.16 发布a1.4版本 更新依赖项,优化若干特性,且现在支持检查 GitHub releases
  • Released version a1.4, Updated dependencies , optimized several features, and now supports checking GitHub releases

How to run(Only for Windows x64):

  1. Download the Setup.exe and python.zip
  2. Install the Main Program with Setup.exe
  3. Unzip the python.zip into the Installed Folder with the structure like this:
└── 📁Electron-Media-Toolbox
    └── 📁python
        └── 📁packages
        └── 📁utils
        ├── requirements.txt
        ├── start-server.bat
        └── web_api.py
    └── xxx.exe
  1. Run pip install -r requirements.txt in the python folder to prepare the environment.
  2. Run the .exe and python web_api.py to Start!

Please Enjoy! 🥳