abhijeet3922 / Speaker-identification-using-GMMs

It uses GMM to train a speaker identification model. The training and testing has been done on subset (34 speakers) from VoxForge data corpus.
https://appliedmachinelearning.wordpress.com/2017/11/14/spoken-speaker-identification-based-on-gaussian-mixture-models-python-implementation/
54 stars 37 forks source link

anaconda issue #2

Open harsha1598 opened 5 years ago

harsha1598 commented 5 years ago

i have installed the python_speech_features but it still says that

ModuleNotFoundError: No module named 'python_speech_features'

Mredwardyang commented 5 years ago

you can try the following:

  1. uninstall python_speech_features $ pip uninstall python_speech_features
  2. install it with conda $ conda install -c contango python_speech_features
subtleseeker commented 5 years ago

Check this stackoverflow answer