astorfi / 3D-convolutional-speaker-recognition

:speaker: Deep Learning & 3D Convolutional Neural Networks for Speaker Verification
Apache License 2.0
778 stars 275 forks source link

How to make Speaker Verification (1:1 recognition) model in keras? #45

Closed ankitsahay80 closed 5 years ago

ankitsahay80 commented 5 years ago

I have idea about the speaker identification model using CNN.

image

But here my question is how to make a verification model using the data that contains only positive value. Suppose, i have voice data of my voice only and i want to create the verification model from this data such that when i run the model then it will only recognize me not anyone else.

please provide the code for it.

image

astorfi commented 5 years ago

Please read the paper associated to this repository for further information.