emotion-recognition-using-speech icon indicating copy to clipboard operation
emotion-recognition-using-speech copied to clipboard

Speech to text problem

Open OkicB opened this issue 4 years ago • 1 comments

Hi, Based on this, I tried to convert speech to text, but whatever I do in the test file is the same print every time, even if I delete from the test file "print ('please talk')", so nothing changes it prints me "please talk" in output. I run the program in order but the output is the same. Also I try to delete some code to make mistake, I thought it wll be an error, but the output is the same. [+] Model trained Test accuracy score: 48.677% Please talk calm

Thank You in advance.

Best regards. Bekir

OkicB avatar Dec 30 '20 14:12 OkicB

Hey @OkicB ,

The test.py is for testing your own voice by expressing an emotion in your speech. It doesn't convert speech to text.

When the "please talk" is printed on your console, then you should start expressing an emotion using the microphone, it'll automatically stop recording when you stop speaking.

Hope this removes the ambiguity, Thanks,

x4nth055 avatar Dec 31 '20 23:12 x4nth055