MinecraftU / 2021-computer-adventures

Repository for our 2021 Computer Adventures Ruby project!
0 stars 0 forks source link

RFC: Song Generator #2

Closed dealingwith closed 2 years ago

dealingwith commented 3 years ago

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

dealingwith commented 3 years ago

@dealingwith to pursue this in his own repo