An open API service indexing awesome lists of open source software.

https://github.com/letianlee/speech-emotion-recognition

An implementation of Speech Emotion Recognition, based on HuBERT model, training with PyTorch and HuggingFace framework, and fine-tuning on the RAVDESS dataset.
https://github.com/letianlee/speech-emotion-recognition

hubert huggingface pytorch-implementation ravdess-dataset speech-emotion-classification speech-emotion-recognition

Last synced: about 1 month ago
JSON representation

An implementation of Speech Emotion Recognition, based on HuBERT model, training with PyTorch and HuggingFace framework, and fine-tuning on the RAVDESS dataset.

Awesome Lists containing this project

README

        

# Speech Emotion Recognition
An implementation of Speech Emotion Recognition.

This implementation is based on [*HuBERT*](https://arxiv.org/abs/2106.07447) model, training with [*PyTorch*](https://pytorch.org/) and [*HuggingFace*](https://huggingface.co/) framework, and fine-tuning on the [*RAVDESS*](https://zenodo.org/record/1188976) dataset.

Please read: [*Speech-Emotion-Recognition.ipynb*](https://github.com/LetianLee/Speech-Emotion-Recognition/blob/main/Speech-Emotion-Recognition.ipynb)