I recreated Shazam’s algorithm with Go

NotShazam is a unique project that implements Shazam’s song recognition algorithm using insights from various resources. It leverages Spotify and YouTube APIs to find and download songs, offering a convenient way to add to your music collection. By following a simple set of commands, users can quickly download songs from Spotify, receive track information, and even find matches for audio files. The tool is efficient and gives accurate results, making it a valuable resource for music enthusiasts. It’s worth noting that the project is licensed under the MIT License, ensuring transparency and accessibility for all users.

https://github.com/cgzirim/not-shazam

To top