GithubHelp home page GithubHelp logo

abhijeet3922 / speaker-identification-using-gmms Goto Github PK

View Code? Open in Web Editor NEW
54.0 54.0 37.0 8 KB

It uses GMM to train a speaker identification model. The training and testing has been done on subset (34 speakers) from VoxForge data corpus.

Home Page: https://appliedmachinelearning.wordpress.com/2017/11/14/spoken-speaker-identification-based-on-gaussian-mixture-models-python-implementation/

Python 100.00%

speaker-identification-using-gmms's People

Contributors

abhijeet3922 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

speaker-identification-using-gmms's Issues

create new audio file

I want to create new train files and test files. But I always get this error. "WARNING:root:frame length (1200) is greater than FFT size (512), frame will be truncated. Increase NFFT to avoid."

The audio files are 3 seconds. The times and sizes are quite small. How do I fix this error?

Thank you,

anaconda issue

i have installed the python_speech_features but it still says that

ModuleNotFoundError: No module named 'python_speech_features'

GMM issue

I installed sklearn but found that inside mixture folder of sklearn no GMM file exists but there is file named gaussian_mixture so i replace below lines of code

from => from sklearn.mixture import GMM
to => from sklearn.mixture import gaussian_mixture as GMM

further I got this error: TypeError: 'module' object is not callable
please tell me what to do

Thanks in advance
waiting for your valuable reply

speaker_models

OSError: [Errno 2] No such file or directory: 'speaker_models/'

hi i have this after training data what can i do ?
thanks for helping

MFCC Doubt

Hi! The work you have done is wonderful.
I need a little help regarding the MFCC function. While taking MFCC, I seem to get a 2D array of n rows and 20 columns. But the idea I got from your blog was that I would be receiving a 1D array of size 20. Could you help?

error:

it has such a problem now:cPickle.dump(gmm,open(dest + picklefile,'w'))
IOError: [Errno 2] No such file or directory: 'speaker_models\anthonyschaller.gmm',can yoy help me solve it? thanks

vector matrix from extract_feature( )

extract_feature( ) produces a matrix of vectors of dimensions 399 by 40. As I understand, 40 is the 20 MFCC+ 20 Delta MFCC features of a single speaker file. Could you say what is contained in the 399 dimension?

data_set

Hello, the specified database link cannot be accessed, but the blog and other links in it can be accessed. Can you resend a link or package it on GitHub? thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.