mirror of
https://github.com/azaion/detections.git
synced 2026-04-22 21:46:31 +00:00
8ce40a9385
- Introduced `AIAvailabilityStatus` class to manage the availability status of AI models, including methods for setting status and logging messages. - Added `AIRecognitionConfig` class to encapsulate configuration parameters for AI recognition, with a static method for creating instances from dictionaries. - Implemented enums for AI availability states to enhance clarity and maintainability. - Updated related Cython files to support the new classes and ensure proper type handling. These changes aim to improve the structure and functionality of the AI model management system, facilitating better status tracking and configuration handling.
11 lines
161 B
Plaintext
11 lines
161 B
Plaintext
fastapi
|
|
uvicorn[standard]
|
|
Cython==3.2.4
|
|
opencv-python==4.10.0.84
|
|
numpy==2.3.0
|
|
onnxruntime==1.22.0
|
|
pynvml==12.0.0
|
|
requests==2.32.4
|
|
loguru==0.7.3
|
|
python-multipart
|