Initial MVP application skeleton
Add PySide6 camera UI, YOLO/Tesseract detection pipeline, capture metadata, configuration, and project gitignore.
This commit is contained in:
9
requirements.txt
Normal file
9
requirements.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
--extra-index-url https://download.pytorch.org/whl/cpu
|
||||
|
||||
PySide6>=6.6
|
||||
opencv-python>=4.8
|
||||
torch==2.5.1+cpu; platform_system == "Linux"
|
||||
torchvision==0.20.1+cpu; platform_system == "Linux"
|
||||
ultralytics>=8.0
|
||||
pytesseract>=0.3
|
||||
numpy>=1.26
|
||||
Reference in New Issue
Block a user