Always learning.
LLM Song Finder
As a part of the Duke University/Coursera Introduction to Generative AI Course, I supplied data for and modified a Python template in Jupyter Notebooks to create a RAG (Retrieval-Augmented Generation) app that performs a song search. It uses conversational queries and looks through a list of 10,000 songs to provide recommendations for something you might like.
Feel free to check it out on my GitHub page. There are some pre-requisites listed in the ReadMe on what has to be installed before you can run the notebook.