requirements.txt 727 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Deep Learning Frameworks
  2. --extra-index-url https://download.pytorch.org/whl/cu128
  3. torch>=2.0.0
  4. torchvision>=0.15.0
  5. torchaudio>=2.0.0
  6. tensorflow>=2.17.0
  7. # Computer Vision & ML
  8. ultralytics>=8.3.36
  9. opencv-python>=4.10.0
  10. opencv-python-headless>=4.11.0
  11. # Scientific Computing
  12. numpy>=1.26.4,<2.0.0
  13. scipy>=1.14.1
  14. matplotlib>=3.7.0
  15. tifffile>=2024.0.0
  16. # GUI Framework
  17. PyQt5>=5.15.0
  18. PyQt5-Qt5>=5.15.0
  19. PyQt5-sip>=12.0.0
  20. # Platform Specific (Windows)
  21. pywin32>=308; sys_platform == 'win32'
  22. # System Utilities
  23. psutil>=5.9.0
  24. # GUI Automation for Camera Control
  25. pywinauto>=0.6.8; sys_platform == 'win32'
  26. pyautogui>=0.9.54
  27. # Report Generation & PDF Export
  28. reportlab>=4.0.0
  29. # Optional but recommended
  30. roboflow>=1.0.0
  31. Pillow>=10.0.0