Spaces:
Running
Running
File size: 518 Bytes
47de94c 0124194 47de94c 87093fc 007017f f132626 007017f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | INDEX_LOCATION = './assets/chords_20251021.index'
LABELS_LOCATION = './assets/all_labels.csv'
LOOKUP_DS_NAME = 'ohollo/lmd_chords'
CLOSE_THRESHOLD = 0.9
SCALER_DICT_LOCATION = './assets/quantile_transformers.joblib'
MIN_SEQUENCE_LENGTH_FOR_NEIGHBOURS = 18
HOW_IT_WORKS_MD_LOCATION = './how_it_works.md'
HOW_IT_WORKS_SVG_LOCATION = './assets/harmonic_analysis_simple.svg'
# RADII = (0.8, 0.85, 0.9, 0.925, 0.95)
RADII = (0.85, 0.9) + tuple(range(1, 50)) + (0.925, 0.95, 0.975)
SCORE_POWER = 0.5
MAX_SIMILAR_SONGS = 50
|