Spaces:
Running
Running
| 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 | |