sevensense-embedding 0.1.0

Embedding bounded context for 7sense bioacoustics - Perch 2.0 ONNX integration
Documentation
1
2
3
4
5
6
7
//! Infrastructure layer for embedding bounded context.
//!
//! Contains implementations for ONNX model loading, inference,
//! and integration with external systems.

pub mod model_manager;
pub mod onnx_inference;