An app -- preferably a web app -- that a user can use to generate the lyrics of a song, based on any other song.
The Problem
Background & Motivation
I think it would be cool to use the OpenAI API to generate song lyrics based on an artist's established song. For example, a user would search for a particular song, and the app would spit out "[Song] V2" -- the new lyrics from OpenAI based on the lyrics of the original song.
I think it would be fun to write "V2" songs of almost any song, where I emulate the style of the original but use lyrics generated by OpenAI.
Alternative: enter any amount of text, OpenAI completes the lyrics for you.
Solution
Goals
MVP
A command-line application that can take input (a song title), display possible matches, allow the user to choose a match, then spits out the "V2" lyrics from OpenAI
Stretch goals
This, but a web app
Non-goals
If we get to the web app portion, the UI will have to be really basic for now. Basically no styles.
Overview
An app -- preferably a web app -- that a user can use to generate the lyrics of a song, based on any other song.
The Problem
Background & Motivation
I think it would be cool to use the OpenAI API to generate song lyrics based on an artist's established song. For example, a user would search for a particular song, and the app would spit out "[Song] V2" -- the new lyrics from OpenAI based on the lyrics of the original song.
I think it would be fun to write "V2" songs of almost any song, where I emulate the style of the original but use lyrics generated by OpenAI.
Alternative: enter any amount of text, OpenAI completes the lyrics for you.
Solution
Goals
MVP
Stretch goals
Non-goals
If we get to the web app portion, the UI will have to be really basic for now. Basically no styles.
Dependencies
A song lookup / lyrics API
OpenAI access, which I just received but haven't had a chance to look into further.
Alternatives/Prior Art
Detailed Design