Voice biometric authentication with multi user support. Based on https://github.com/Raymo111/voiceprint
If you are using conda:
conda create -n voicereg python=3.10
conda activate voicereg
pip install -r requirements.txt
pip install pyaudio
If you are using MacOS, You need to install an additional package to run PyAudio:
brew install portaudio
pip install pyaudio
python src/cli.py
If you have existing audios or models and would like to delete them when training:
python src/cli.py -da
python src/cli.py -dm
python src/cli.py -a