The program is in the main.py file and there are modules needed to run the code.
You can run the following commands to install them.

pip install numpy scipy torch kaggle

pip install -U sentence-transformers

The dataset is locaed on the website https://www.kaggle.com/datasets/carlosgdcj/genius-song-lyrics-with-language-information from which you can download it.
It can also be downloaded from the cli using kaggle API and the command

!kaggle datasets download -d carlosgdcj/genius-song-lyrics-with-language-information

It unpacks into the file 'song_lyrics.csv' used in the code.
