-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-python.txt
More file actions
129 lines (108 loc) · 2.26 KB
/
requirements-python.txt
File metadata and controls
129 lines (108 loc) · 2.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# Frigate with DeepOCSORT - Complete Python Requirements
# Install with: pip install -r requirements-python.txt
# Core Frigate and Web Framework
frigate
fastapi>=0.100.0
uvicorn[standard]>=0.20.0
starlette>=0.27.0
pydantic>=2.0.0
# PyTorch (CPU version) - Install first
--index-url https://download.pytorch.org/whl/cpu
torch>=2.1.0
torchvision>=0.16.0
torchaudio>=2.1.0
# DeepOCSORT and Tracking
git+https://github.com/GerardMaggiolino/Deep-OC-SORT.git
torchreid>=1.4.0
lap>=0.4.0
pytz
slowapi
joserfc
py3nvml
unidecode
starlette_context
aiofiles
tensorflow
pathvalidate
regex
sherpa_onnx
librosa
setproctitle
# cython-bbox>=0.1.3 # May require build tools - install separately if needed
# Computer Vision and Image Processing
opencv-python>=4.8.0
opencv-contrib-python>=4.8.0
numpy>=1.24.0,<2.0.0
scipy>=1.10.0
scikit-learn>=1.3.0
pillow>=10.0.0
matplotlib>=3.7.0
# Database and ORM
peewee>=3.17.0
peewee-migrate>=1.13.0
# pysqlite3>=0.5.0 # Removed - requires Visual C++ Build Tools
# Web and API
requests>=2.31.0
aiohttp>=3.8.0
websockets>=11.0.0
httpx>=0.24.0
jinja2>=3.1.0
# Configuration and Data
pyyaml>=6.0
ruamel.yaml>=0.17.0
python-multipart>=0.0.6
python-dateutil>=2.8.0
# System and Process Management
psutil>=5.9.0
setproctitle>=1.3.0
coloredlogs>=15.0
# Audio Processing
librosa>=0.10.0
soundfile>=0.12.0
faster-whisper>=0.9.0
# ONNX Runtime
onnxruntime>=1.15.0
onnxruntime-openvino>=1.15.0
# Machine Learning Utilities
transformers>=4.30.0
huggingface-hub>=0.16.0
tokenizers>=0.13.0
safetensors>=0.3.0
# Geometry and Math
shapely>=2.0.0
filterpy>=1.4.0
norfair>=2.2.0
# Clipping and Polygon Operations
pyclipper>=1.3.0
# Network and Communication
paho-mqtt>=1.6.0
pyzmq>=25.0.0
netifaces>=0.11.0
# ONVIF Camera Control (PTZ support)
onvif-zeep-async>=4.0.0
zeep>=4.2.0
ws4py>=0.5.0
# File and Path Operations
aiofiles>=23.0.0
pathvalidate>=3.0.0
watchdog>=3.0.0
# Cryptography and Security
cryptography>=41.0.0
py-vapid>=1.9.0
pywebpush>=2.0.0
# Google AI and APIs
google-generativeai>=0.3.0
google-api-python-client>=2.90.0
google-auth>=2.20.0
# OpenAI Integration
openai>=1.0.0
# ONNX and Model Support
openvino>=2023.0.0
tflite-runtime>=2.14.0
# Additional Utilities
tqdm>=4.65.0
rich>=13.0.0
click>=8.1.0
typing-extensions>=4.7.0
importlib-metadata>=6.0.0
packaging>=23.0