IliaZenkov / transformer-cnn-emotion-recognition
Speech Emotion Classification with novel Parallel CNN-Transformer model built with PyTorch, plus thorough explanations of CNNs, Transformers, and everything in between
☆249Updated 4 years ago
Alternatives and similar repositories for transformer-cnn-emotion-recognition:
Users that are interested in transformer-cnn-emotion-recognition are comparing it to the libraries listed below
- Speech Emotion Recognition from raw speech signals using 1D CNN-LSTM☆104Updated 3 years ago
- This repository contains PyTorch implementation of 4 different models for classification of emotions of the speech.☆202Updated 2 years ago
- A pytorch implementation of Speech emotion recognition using deep 1D & 2D CNN LSTM networks☆25Updated last year
- How to detect emotions from speech using Bi-directional LSTM networks and attention mechanism in Keras.☆20Updated last year
- Detect emotion from audio signals of IEMOCAP dataset using multi-modal approach. Utilized acoustic features, mel-spectrogram and text as …