facial-expression-recognition-using-cnn icon indicating copy to clipboard operation
facial-expression-recognition-using-cnn copied to clipboard

add speech recognition

Open ArjunAJS143 opened this issue 5 years ago • 1 comments

How to add speech recognition with emotion recognition so that it can respond with speech based on our emotion with our phrase.i tried but it not done successfully please help me

ArjunAJS143 avatar Feb 26 '19 08:02 ArjunAJS143

I don't recommend CNN for speech recognition, since it's a temporal data I would recommend RNN or LSTM. The question is rather large, you have many possibilities, I think you can feed the voice data to an RNN and the images to a CNN, then mix the output dense layers and before the last output layer, but it's still speculations and it's better to look for existing work before in paper to check if that idea was not explored before

amineHorseman avatar Mar 26 '19 19:03 amineHorseman