Refactor HVideoTool to support project-based workflow: introduced project management features, updated UI for project handling, and enhanced documentation in README and CLAUDE.md. The tool now organizes images and settings into projects, improving usability and detection caching.
This commit is contained in:
+2
-1
@@ -8,7 +8,8 @@ version = "0.1.0"
|
||||
description = "Desktop GUI utility that detects and outlines already-applied censorship in images"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
license = { text = "TBD" }
|
||||
# GPL-3.0: the project vendors DeepMosaics (GPL-3.0) for mosaic restoration.
|
||||
license = { text = "GPL-3.0-or-later" }
|
||||
authors = [{ name = "Leonid Pershin" }]
|
||||
dependencies = [
|
||||
"PySide6>=6.6",
|
||||
|
||||
Reference in New Issue
Block a user