Initial video AI analysis project

This commit is contained in:
yangyl
2026-06-17 11:33:54 +08:00
commit ef0047af6d
35 changed files with 8613 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
"""Local video batch analysis PoC."""
__all__ = [
"config",
"discovery",
"manifest",
"paths",
"probe",
]