Siddartha1993/lyrics-generator — reverse-engineered prompt
Reverse engineered prompt
Build me a simple lyrics generator from this project. I want to type in one starter line like “I miss you” and choose how many words to generate, then have the app continue the lyric in a way that fits the mood of that line. Use the existing song lyrics dataset in the repo, keep the LSTM based approach from the notebooks, and make the whole thing easy to run without me having to dig through notebook cells.
If the model needs training, include that flow too, but also make inference easy so I can quickly test prompts and get generated lyrics back. A basic notebook refresh is fine, but a small local web page or clean command line version would be even better as long as it stays simple. Please clean up the output so it reads like song lyrics, and add short setup instructions for running it end to end. If you need to check current docs online for anything, go ahead.
Want more depth? Deep Reverse