rustpotter icon indicating copy to clipboard operation
rustpotter copied to clipboard

An open source wakeword spotter forged in rust

Results 5 rustpotter issues
Sort by recently updated
recently updated
newest added

Hello. I think it would be nice to include some links or hints in the README about this.

Hello. I was about to write a software in Rust to do the job of hotword/wakeword detection. And I found this crate. However, I wanted to do the detection with...

Hi, awesome lib. It's not urgent and absolutely necessary, but for such a framework would be really cool to see an implementation in Python

I created a new project, just added rustpotter to the dependencies and caught error: ``` error[E0277]: the trait bound `half::bf16: SampleBorrow` is not satisfied --> /home/user/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/candle-core-0.2.2/src/cpu_backend.rs:2618:55 | 2618 | rand::distributions::Uniform::new(bf16::from_f64(min),...

I have recorded 250 WAV files with my wakeword and 1800 files of just ambient sound. I tried to train a model (with parameters from the rustpotter-cli docs) and used...