Add PySide6 camera UI, YOLO/Tesseract detection pipeline, capture metadata, configuration, and project gitignore.
6 lines
66 B
Python
6 lines
66 B
Python
from app.main import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|