Initial MVP application skeleton

Add PySide6 camera UI, YOLO/Tesseract detection pipeline, capture metadata, configuration, and project gitignore.
This commit is contained in:
2026-05-07 00:18:38 +02:00
commit 090865af76
18 changed files with 1140 additions and 0 deletions

5
main.py Normal file
View File

@@ -0,0 +1,5 @@
from app.main import main
if __name__ == "__main__":
main()