Mood Based Music Retrieval System allows users to make mood-based song queries and it retrieves songs based on the mood of the songs as opposed to music retrieval systems that act like databases.
You can create the required conda virtual environment using -
conda create --name <env> --file requirements.txt
Run the searchQuery.py file after modifying the Query variable in main method with your query.
Precision@5 of 0.67 Reciprocal Rank of 0.85