xuanjihe / speech-emotion-recognition

speech emotion recognition using a convolutional recurrent networks based on IEMOCAP
389 stars 142 forks source link

How to predict an emotion from a new audio file #14

Closed hirunifernando closed 6 years ago

hirunifernando commented 6 years ago

Hi, After training a model, I want to predict an emotion of a new audio file by using a trained model. So I want to know what are features do we need to extract from that audio file and how to extract these features. Actually, let me know the process (prediction.py) of predicting emotion from a new audio file. Thank u very much. Plz reply ASAP.

xuanjihe commented 6 years ago

you can save the model and used ExtractMel.py to extract emotional feature, if you want to use this model for service, you can save the model for .pb files.