ml-sound-classifier
ml-sound-classifier copied to clipboard
Machine Learning Sound Classifier
file = 'chunkchannel_1.wav' ans =[] new_feature= extract_feature(file, mfcc=True, chroma=True, mel=True) ans.append(new_feature) ans = np.array(ans) print(np.shape(ans)) Emotion_Voice_Detection_Model.predict([ans]) I have trained my model using the RAVDESS dataset for emotion recognition. I want...
Hello, I'm trying to test the cnn laser machine listener with realtime predictor from this repository. When I execute the command: > python realtime_predictor.py -pb apps/cnn-laser-machine-listener/cnn-model-laser-machine-listener.pb The following error occurs:...
Hi, I got on Windows 64 bits the error : (miaou) C:\cat\ml-sound-classifier>python realtime_predictor.py Traceback (most recent call last): File "realtime_predictor.py", line 6, in from common import * File "C:\cat\ml-sound-classifier\common.py", line...