diff --git a/.github/workflows/generate_files.yml b/.github/workflows/generate_files.yml index 1b8d387..4869f46 100644 --- a/.github/workflows/generate_files.yml +++ b/.github/workflows/generate_files.yml @@ -37,8 +37,8 @@ jobs: run: | git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' - git add src/ser-datasets.csv README.md # Replace with your actual CSV file name + git add src/ser-datasets.csv README.md git commit -m 'Automatically generated CSV and README from JSON update' - git push origin HEAD:main # Adjust if your default branch is not 'main' + git push origin HEAD:master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/src/ser-datasets.json b/src/ser-datasets.json index 3428d5c..d5fed6b 100644 --- a/src/ser-datasets.json +++ b/src/ser-datasets.json @@ -27,6 +27,20 @@ "Paper-link": "--", "License-link": "https://creativecommons.org/licenses/by/4.0/" }, + "BanglaSER": { + "Year": 2022, + "Content": "1467 Bangla speech-audio recordings by 34 non-professional participating actors (17 male and 17 female) from diverse age groups between 19 and 47 years.", + "Emotions": "angry, happy, neutral, sad, surprise", + "Format": "Audio", + "Size": "0.425 GB", + "Language": "Bangla", + "Paper": "BanglaSER: A speech emotion recognition dataset for the Bangla language", + "Access": "Open", + "License": "CC BY 4.0", + "Dataset-link": "https://data.mendeley.com/datasets/t9h6p943xy/5", + "Paper-link": "https://www.sciencedirect.com/science/article/pii/S235234092200302X", + "License-link": "https://creativecommons.org/licenses/by/4.0/" + }, "Kannada": { "Year": 2022, "Content": "468 audio samples, six different sentences, pronounced by thirteen people (four male and nine female), in five basic emotions plus one neutral emotion",