version: v0.0.1
This commit is contained in:
18
requirements.txt
Normal file
18
requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user