Bootstrap project and safe work-item workflow
This commit is contained in:
11
webapp/__init__.py
Normal file
11
webapp/__init__.py
Normal 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)
|
||||
Reference in New Issue
Block a user