version k-means qui marche!!

This commit is contained in:
2025-11-21 14:31:37 +01:00
parent b77383681e
commit 1ff888cf34
43 changed files with 431 additions and 3178 deletions

View File

@@ -17,7 +17,6 @@ if __name__ == "__main__":
filename = args.filename
token = args.token
heights = get_heights(filename)
print(f"Heights: {heights}")
# drop the fist, last, and 12th bar
heights = heights[1:11] + heights[12:-1]
decoded = spotify_bar_decode(heights)