Skip to content

Project involving Voice Signal Processing of users to recognise them using Voice Biometrics

Notifications You must be signed in to change notification settings

zielseele/user-authentication-using-voice-biometrics

 
 

Repository files navigation

user-authentication-using-voice-biometrics

Project involving Voice Signal Processing of users to recognise them using Voice Biometrics

  1. scikit-learn
  2. scikits.talkbox
  3. pyssp
  4. PyQt4
  5. PyAudio
  6. Python bindings for bob

In order to use fast-gmm instead of sklearn.mixture.GaussianMixture : run make -C gmm/ in terminal to configure your system for fast-gmm

In order to run the application in command line :

  1. Train: python __init__.py -t enroll
  2. Prediction: python __init__.py -t predict

NOTE : Put all the wavfiles in the directory mentioned in the init.py file (for both training and prediction) and can be modifies accordingly.

About

Project involving Voice Signal Processing of users to recognise them using Voice Biometrics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%