Bootstrap project and safe work-item workflow

This commit is contained in:
2026-07-13 13:51:41 +02:00
commit 80447092e9
90 changed files with 10562 additions and 0 deletions

11
webapp/__init__.py Normal file
View File

@@ -0,0 +1,11 @@
"""webapp — a local web UI for photo_analyzer.
Browse and full-text-search the analyzed photo library, watch analysis runs live,
and start/stop runs — all in the browser, reusing the nsfwtag review-app design.
Nothing leaves the machine (stdlib HTTP server bound to 127.0.0.1).
Entry point: python -m webapp [--db photo_analysis.db] [--library pictures/]
"""
__version__ = "0.1.0"
PAGE_SIZE = 120 # results per /search page (infinite scroll appends)