Inspiration
Recently acquired an interest in AI text generation because of ChatGPT.
What it does
Generates song lyrics through training GPT-2.
How we built it
Scraped lyrics data from Genius and used HuggingFace tools for the model training/text generation aspects.
Challenges I ran into
Properly formatting the scraped data and generating text from trained model.
What I learned
How to use HuggingFace to train GPT-2 and generate text based on a given input string.
What's next for SongLyricsGenerator
Due to technical difficulties, this project was unable to be completed during the hackathon. Going forward, I plan on fully finishing the project to where I can generate song lyrics based on the model I trained on my lyrics data. I also plan on further fine-tuning my model to achieve better results.
Built With
- gpt-2
- huggingface
- python
Log in or sign up for Devpost to join the conversation.