Refactor: Phase 1: High-Level Restructuring
This commit is contained in:
parent
21700dce52
commit
96bedae80a
13 changed files with 787 additions and 0 deletions
17
detector_worker/__init__.py
Normal file
17
detector_worker/__init__.py
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue