An implementation of Shazam's song recognition algorithm.
Find a file
2024-05-25 14:30:15 +01:00
.vscode Saving to github after many changes 2024-03-26 10:00:34 +01:00
client Move submit button down on smaller devices. 2024-05-25 14:30:15 +01:00
models Rename struct 2024-05-15 04:52:47 +01:00
scripts add command to install ffmpeg 2024-05-21 08:57:57 +01:00
shazam initial implementation of finding matches 2024-05-15 05:08:02 +01:00
spotify Automatically create songs directory. 2024-05-18 08:01:45 +01:00
utils Save 'tables' as 'couples' 2024-05-24 10:45:00 +01:00
wav Make 'wav' module separating it from 'utils'. 2024-05-09 20:49:00 +01:00
.gitignore Pushing to GitHub after many changes. 2024-04-14 23:56:55 +01:00
appspec.yml Update appspec.yml 2024-05-21 08:31:04 +01:00
go.mod Install new packages 2024-05-15 04:52:20 +01:00
go.sum Install new packages 2024-05-15 04:52:20 +01:00
How_does_Shazam_work_Coding_Geek.pdf Upload pdf 2024-05-15 04:51:36 +01:00
LICENSE Initial commit 2024-03-05 16:20:41 +01:00
main.go Automatically create songs directory. 2024-05-18 08:01:45 +01:00
README.md Initial commit 2024-03-05 16:20:41 +01:00

song-recognition

My repliction of Shazam's song matching algorithm.