Predicts who snapped in real-time using audio.
- Unzip the given dataset
snaps.zip
. - Train model using
train.py
, adjust threshold and parameters. - Run a live demo using
demo.py
- Now you can create your own dataset for recognition! Change the paths in
train.py