Emekaborisama/Rihanna_lyrics_generation_with_textgen — reverse-engineered prompt

Reverse engineered prompt

Build me a small Python app that can generate song lyrics in the style of Rihanna from a trained text model. I want it to feel like a simple demo I can run locally and also deploy online, with a clean API endpoint called ririlyric that returns a fresh lyric sample when I hit it.

If it makes sense, add a very basic web page too, just enough to test the generator in the browser and see the output without using any extra tools. Keep the project simple and practical, using the data and model files in the repo, and make sure it starts up without a lot of manual setup. It would also be great if it works nicely in a container so I can deploy it easily.

Please include whatever glue code is missing, make the app actually run end to end, and add short setup notes so I know how to launch it and test the lyric endpoint. You can check current docs online if you need to.

Want more depth? Deep Reverse