Hi , I am quite new to LLMs and have recently experimented with Open AI s capability to query pdfs to retrieve information ( conversational queries)
Currently I am using spotify s API to get information of playlist songs such as artists name, key signature, beats per minute to name a few and dumping the data into a csv file.
What i am trying is given a artist name and song can i retrieve more information such as what are the basic chord progressions, what is drum pattern . Basically to get additional information.
I am wondering what could be the way forward here and if there are already example note books (some sort of a playground ? )
Secondly as a newbie , does hugging face have its own internal bot to ask questions just curious as it HF is quite overwhelming in the beginning .
T
Hi @panigrah thanks for the kaggle notebook reference . I however have already extracted a CSV file with song list , key , beats per minute etc . I am looking how to have an additional column containing the chord progression and that’s where I am struggling how to move forward .
I also recall a medium article that described a process to scrape ultimate-guitar to get the chords of a bunch of songs in order to find other similar songs. That could be another approach although you will have to figure out how to match the Spotify song to its chords on ultimate guitar.