All Projects → tupleblog → generate-thai-lyrics

tupleblog / generate-thai-lyrics

Licence: BSD-3-Clause license
Generate Thai Songs' lyrics using Deep Learning

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to generate-thai-lyrics

HexBot
A Relatively Simply Awesome Discord bot with Music, Games, Comics, Memes and other cool features. This bot is made in Python 3.8 using discord.py
Stars: ✭ 109 (+230.3%)
Mutual labels:  lyrics
pred-rnn
PredRNN: Recurrent Neural Networks for Predictive Learning using Spatiotemporal LSTMs
Stars: ✭ 115 (+248.48%)
Mutual labels:  lstm
Audio Classification using LSTM
Classification of Urban Sound Audio Dataset using LSTM-based model.
Stars: ✭ 47 (+42.42%)
Mutual labels:  lstm
Crop-Yield-Prediction-Using-Satellite-Imagery
No description or website provided.
Stars: ✭ 44 (+33.33%)
Mutual labels:  lstm
Tess4Android
A new fork base on tess-two and Tesseract 4.0.0
Stars: ✭ 31 (-6.06%)
Mutual labels:  lstm
sarcasm-detection-for-sentiment-analysis
Sarcasm Detection for Sentiment Analysis
Stars: ✭ 21 (-36.36%)
Mutual labels:  lstm
lstm-numpy
Vanilla LSTM with numpy
Stars: ✭ 17 (-48.48%)
Mutual labels:  lstm
LyricsPyRobot
A Telegram bot for searching lyrics.
Stars: ✭ 29 (-12.12%)
Mutual labels:  lyrics
LSTM-Time-Series-Analysis
Using LSTM network for time series forecasting
Stars: ✭ 41 (+24.24%)
Mutual labels:  lstm
Paper-Implementation-DSTP-RNN-For-Stock-Prediction-Based-On-DA-RNN
基於DA-RNN之DSTP-RNN論文試做(Ver1.0)
Stars: ✭ 62 (+87.88%)
Mutual labels:  lstm
ArrayLSTM
GPU/CPU (CUDA) Implementation of "Recurrent Memory Array Structures", Simple RNN, LSTM, Array LSTM..
Stars: ✭ 21 (-36.36%)
Mutual labels:  lstm
python-blobopera
Toolkit to convert MusicXML files into Blob Opera scores with real lyrics.
Stars: ✭ 24 (-27.27%)
Mutual labels:  lyrics
pose2action
experiments on classifying actions using poses
Stars: ✭ 24 (-27.27%)
Mutual labels:  lstm
yet-another-spotify-lyrics
Command Line Spotify Lyrics with Album Cover
Stars: ✭ 78 (+136.36%)
Mutual labels:  lyrics
Hierarchical-Word-Sense-Disambiguation-using-WordNet-Senses
Word Sense Disambiguation using Word Specific models, All word models and Hierarchical models in Tensorflow
Stars: ✭ 33 (+0%)
Mutual labels:  lstm
EBIM-NLI
Enhanced BiLSTM Inference Model for Natural Language Inference
Stars: ✭ 24 (-27.27%)
Mutual labels:  lstm
turbofan failure
Aircraft engine failure prediction model
Stars: ✭ 23 (-30.3%)
Mutual labels:  lstm
animec
A module to get data about anime characters, news, info, lyrics and more.
Stars: ✭ 31 (-6.06%)
Mutual labels:  lyrics
RNNPoet TensorFlow
使用LSTM训练生成古诗模型,其中生成器可以指定生成风格进行输出
Stars: ✭ 27 (-18.18%)
Mutual labels:  lstm
korean ner tagging challenge
KU_NERDY 이동엽, 임희석 (2017 국어 정보 처리 시스템경진대회 금상) - 한글 및 한국어 정보처리 학술대회
Stars: ✭ 30 (-9.09%)
Mutual labels:  lstm

Generate Thai Song Lyrics

We use a transformer model trained on Siamzone lyrics to generate new lyrics. The demo can be found on https://tupleblog.github.io/generate-thai-lyrics/

Dataset and model

We use the lyrics from siamzone website as our training set. The training preparation is similar to this blog post. Basically, our task is to predict the next word given all the previous words. You can see more script in train folder to see how we train LSTM or Transformer model.

Next steps

We plan to improve our model using larger model. Please stay tuned!

Dependencies

Members

This work is done by tupleteam

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].