This Python 3 program gives similarity scores between different versions of the same piece of music.
Usage:
python3 MusicVersionSimilarity.py [Options] path_to_first_audio_file path_to_second_audio_file
Options:
-h|--help : Display this page
-d|--directory : Compute the similarity between each pair of audio files in the specified directory
Provide only the path to the directory with this option