Generates new songs(lyrics only) based on its training on previous billboards top hits using Tensorflow(specifically Keras) and Python3.6.
The model consists of two LSTM layer and a Dense layer. After 250 epochs the model had an accuracy of 81.2. It can be further trained to improve its accuracy.