bunsen 0.28.0

bunsen is a batteries included common library for burn
Documentation
1
2
3
4
5
6
7
8
//! Speech Models

/// A fully functional Silero VAD model.
pub mod silero_vad;

/// A structural whisper model.
/// Loads, runs; no driver implementation yet.
pub mod whisper;