ppwwyyxx / speaker-recognition

A Speaker Recognition System
Apache License 2.0
675 stars 276 forks source link

I am able to use this program in terminal but not with the GUI #44

Closed Abhi001vj closed 7 years ago

Abhi001vj commented 7 years ago

I can't load the 'model.out' that i saved using the speaker-recognition.py into the GUI.I used the GUI like this I recorded or loaded the file, trained on it, and tried enrolling and then dumbing the trained model so that i can use it again next time.CanI do that train on multiple users and then use that model to make real time predictions using the gui.The enrolling always fails and the training is so fast I have trained on a 2min wav file using the speaker-recognition.py and it was able to recognize the voice on a wav file which was not in the training set but I am not able to do this on GUI> Thank you.

ppwwyyxx commented 7 years ago

The GUI is a quick demo that wasn't maintained for more general use anymore.

Abhi001vj commented 7 years ago

Thank you for the reply and this project.