rustpotter-cli-2.0.3 is not a library.
Rustpotter CLI
CLI for Rustpotter, an open source wakeword spotter forged in rust
Description
This is a client for using the rustpotter library on the command line.
Use Example
# print help
# print command help
# list available input devices and configs
# record samples, you should press "ctrl + c" to stop after saying your wakeword
# check that your samples are correctly trimmed and without noise using any player
# build a model, this op is idempotent (same input samples with same options = same model)
# test the model accuracy over the samples in verbose mode to print partial detections
# test the spot functionality in real time, customizing
# the default detection threshold
# rebuild a model adding a custom threshold for the word,
# this one has prevalence over the spot configuration
# you can spot using multiple models
# you will get an output like this in your terminal on each spot event