-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
40 lines (31 loc) · 926 Bytes
/
Copy pathrequirements.txt
File metadata and controls
40 lines (31 loc) · 926 Bytes
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
# Image and Video Processing
opencv-python>=4.8.0
numpy>=1.24.0
# Machine Learning / Deep Learning
torch>=2.0.0
torchvision>=0.15.0
# YOLOv7 Dependencies
Pillow>=9.5.0
tqdm>=4.65.0
requests>=2.31.0
seaborn>=0.12.0
# RNN / Kalman Filter
filterpy>=1.4.5 # Kalman filter implementation
scikit-learn>=1.3.0 # Supporting ML utilities
# MFCC Acoustic Verification
librosa>=0.10.0 # MFCC feature extraction
soundfile>=0.12.1 # Audio file I/O
# SHAP Explainability (XAI)
shap>=0.42.0 # SHAP values for forensic audit trail
# Sensor Data Processing
pyyaml>=6.0
# Data Analysis
pandas>=2.0.0
matplotlib>=3.7.0
scipy>=1.10.0
# Thermal / Infrared Processing
scikit-image>=0.21.0 # LWIR thermal image processing
# Utilities
tensorboard>=2.13.0 # Training visualization
onnx>=1.14.0 # Model export for edge deployment
onnxruntime>=1.15.0 # Edge inference runtime