Music-generation-with-LLM
PublicBuilt an end-to-end ML pipeline to generate songs from text prompts using LLMs, transformer-based genre classifiers, and RL-driven chord progression. Integrated a frozen DistilBERT encoder for lyric embeddings with an LSTM decoder, and used Llama2 for text-to-music prompts, merging multi-modal embeddings via a feedforward network.