sevensense-interpretation 0.1.0

LLM-powered interpretation for 7sense bioacoustics platform
Documentation
1
2
3
4
5
6
//! Domain layer for the Interpretation bounded context.
//!
//! Contains core entities and repository traits.

pub mod entities;
pub mod repository;