You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Emotion Detection was performed on raw Audio data using Convolutional Neural Network.
Sentiment Analysis was performed by transcribing audio files into text data using Google API & training it on BGRU model.
About
Audio Emotion Detection and Sentiment Analysis aims to classify the emotion present in an audio clip and predict the overall sentiment of the clip's textual content. The project is implemented in Python and uses machine learning and deep learning algorithms to analyze the audio features.