MahiA/CREMA-D
CREMA-D This is an audio classification dataset for Emotion Recognition. Classes = 6 , Split = Train-Test Structure audios folder contains audio files. train.csv for training split and test.csv for the testing split. Download import os import huggingface_hub audio_datasets_path = "DATASET_PATH/Audio-Datasets" if not os.path.exists(audio_datasets_path): print(f"Given {audio_datasets_path=} does not exist. Specify a valid… See the full description on the dataset page: https://huggingface.co/datasets/MahiA/CREMA-D.
CREMA-D
This is an audio classification dataset for Emotion Recognition.
Classes = 6 , Split = Train-Test
Structure
audiosfolder contains audio files.train.csvfor training split andtest.csvfor the testing split.
Download
import os
import huggingface_hub
audio_datasets_path = "DATASET_PATH/Audio-Datasets"
if not os.path.exists(audio_datasets_path): print(f"Given {audio_datasets_path=} does not exist. Specify a valid path ending with 'Audio-Datasets' folder.")
huggingface_hub.snapshot_download(repo_id="MahiA/CREMA-D", repo_type="dataset", local_dir=os.path.join(audio_datasets_path, "CREMA-D"))Acknowledgment
This dataset is a slightly processed/restructured version of data originally released by Source.<br> Please refer to the respective source for their licensing details and any additional information.
Contact
For questions or feedback, please create an issue.
