Refactor: Phase 1: High-Level Restructuring

This commit is contained in:
ziesorx 2025-09-12 14:13:24 +07:00
parent 21700dce52
commit 96bedae80a
13 changed files with 787 additions and 0 deletions

View file

@ -0,0 +1,17 @@
"""
Detector Worker - Refactored FastAPI Computer Vision Detection System
This package contains the refactored detector worker system with modular architecture:
- core: Configuration, constants, and exceptions
- models: Model loading and pipeline management
- detection: YOLO detection, tracking, and validation
- pipeline: Pipeline execution and action processing
- streams: Video stream management and frame processing
- communication: WebSocket and message handling
- storage: Database, Redis, and session management
- utils: Utility functions and helpers
"""
__version__ = "2.0.0"
__author__ = "Detector Worker Team"