Skip to content

Sony-Spresense-Voice-Authentication/voicerecg-spresense

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voicereg-spresense

License Language count Top language Last commit Maintenance python

Voice biometric authentication with multi user support. Based on https://github.com/Raymo111/voiceprint

Usage

Preparation

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

Training

python src/cli.py

If you have existing audios or models and would like to delete them when training:

Delete Audios

python src/cli.py -da 

Delete Models

python src/cli.py -dm

Authentication

python src/cli.py -a

About

Voice biometric authentication model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%