Writing Lyrics with AI
To build our lyric-generating pipeline, we'll be using: - Genius.com: A service to grab data for existing lyrics. API. - GPT-2: A transformer-based NLP model, trained on 8 million web pages. We'll need to set up our environment and install a two pip packages: GPT-2 has an excellent knowledge of English out-of-the-box; but we want our lyrics to be stylized and poetic. To do this, we need to show it some lyrics for inspiration.
Aug-18-2022, 23:36:10 GMT
- Technology: