mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-22 11:26:34 +00:00
Add a comprehensive example demonstrating RuVector capabilities for bioacoustic analysis. The 7sense platform converts bird recordings into searchable embeddings using HNSW vector indexing and neural networks. Includes 8 modular crates with DDD architecture: - sevensense-core: Shared domain types and config - sevensense-audio: Audio processing and spectrograms - sevensense-embedding: ONNX-based neural embeddings - sevensense-vector: HNSW vector search (150x faster) - sevensense-analysis: Clustering and pattern detection - sevensense-learning: GNN-based continuous learning - sevensense-interpretation: Evidence pack generation - sevensense-api: REST/GraphQL/WebSocket API Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| Cargo.toml | ||
| performance_report.rs | ||
| run_benchmarks.sh | ||