Skip to content

Thai Speech Emotion Recognition model using Transformer architecture

Notifications You must be signed in to change notification settings

chuan-khuna/ThaiSER

Repository files navigation

Thai SER Model

How to use github with Colab

# !pip install python-dotenv -q

from dotenv import load_dotenv
load_dotenv()
TOKEN = os.getenv('git_token')

!git config --global user.email ""
!git config --global user.name ""
!git remote add origin https://{TOKEN}@github.com/chuan-khuna/ThaiSER.git

!git remote set-url origin https://{TOKEN}@github.com/chuan-khuna/ThaiSER.git

Best Result I can achieve

result-card

About

Thai Speech Emotion Recognition model using Transformer architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published