Speech Recognition Java Code - HMM VQ MFCC ( Hidden markov model, Vector Quantization and Mel Filter Cepstral Coefficient)

Hi everyone,
I have shared speech recognition code in google code :
http://code.google.com/p/speech-recognition-java-hidden-markov-model-vq-mfcc/

You can find complete source code for speech recognition using  HMM, VQ, MFCC ( Hidden markov model, Vector Quantization and Mel Filter Cepstral Coefficient). Feel free to use and modify this code.

The project report that accompanies this code is here.
http://ganeshtiwaridotcomdotnp.blogspot.com/2011/06/final-report-text-prompted-remote.html

Introduction to the project :
http://ganeshtiwaridotcomdotnp.blogspot.com/2010/12/text-prompted-remote-speaker.html

5 comments :

  1. In your project, what about database ? I can't create them

    ReplyDelete
    Replies
    1. you need to record your own training samples and generate the database (VQ, HMM) using those samples. you can find the buttons on UI to record and train the models.

      Delete
    2. Can you give me your skype name. I have some issue need your help, please!

      Delete
  2. I wan't to config say only dog and cat, if I say hello or another word The program will be show "don't understand", What would I change in your code ?

    ReplyDelete
  3. is code stil exist on http://ganeshtiwaridotcomdotnp.blogspot.com/2012/05/speech-recognition-java-code-hmm-vq.html

    ?

    ReplyDelete

Your Comment and Question will help to make this blog better...