version: v0.0.1

This commit is contained in:
2026-02-25 15:05:58 +09:00
parent 1f8e1e3c04
commit 0b446eed54
26 changed files with 3129 additions and 0 deletions

18
requirements.txt Normal file
View File

@@ -0,0 +1,18 @@
# Core AI Framework
ultralytics
# Image Processing & GUI
opencv-python
# Configuration & Data Validation
PyYAML
pydantic
# System Utilities
pyautogui
# Math & Array (usually installed with ultralytics, but good to have)
numpy
#MQTT Client
paho-mqtt