GauravWaghmare / Speaker-Identification

A program for automatic speaker identification using deep learning techniques.
84 stars 26 forks source link

More info needed #1

Open nikheelpandey opened 6 years ago

nikheelpandey commented 6 years ago

CAN you tell me which paper this work is based on?

GauravWaghmare commented 6 years ago

The ideas were taken from the paper :- Giannakopoulos, T., 2015. pyaudioanalysis: An open-source python library for audio signal analysis. PloS one, 10(12), p.e0144610.

We also took some ideas from the following github repository :- https://github.com/ppwwyyxx/speaker-recognition

We used feed forward neural networks as an experiment to see the accuracy.

abhishekkritarth commented 6 years ago

Hi @nikhilpandey360 @GauravWaghmare @ManviG I have gone through your code.I didn't find the data which is required to run this code. Can you please send me the links of Data-set or at-least please specify the format of sample Data-set applicable for this code.

Thanks and Regards