LyricGenerator
- 0 Collaborators
A Language Modelling LSTM network that can efficiently generate "Human-appreciable" Song Lyrics. ...learn more
Project status: Concept
Overview / Usage
The Idea is to do language modelling on a diverse dataset of songs to generate Music Lyrics.
Methodology / Approach
- Modelling:
AWD LSTM does a great job at modelling Lyrical texts. - Predicting:
Using a Bayesian approach.
Technologies Used
Fast.ai Library
PyTorch