# !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
-
Notifications
You must be signed in to change notification settings - Fork 0
chuan-khuna/ThaiSER
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Thai Speech Emotion Recognition model using Transformer architecture
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published