[ Architecture ] [ Detections ] [ Setup ] [ Model ]
Architecture
Heket is two main pieces, both written in Python.
Audio Pipeline:
- Audio input (RTSP via ffmpeg)
- Detection stage (heuristics / thresholds)
- Feature extraction
- Classification
- Storage (simple sqlite database)
Results Web Site
- Simple Flask app (not meant for public facing use)
Future versions may incorporate ML-based classification.