From 322d7f3f1d4e97013fb8697a32c53dc2d864e66e Mon Sep 17 00:00:00 2001 From: Chigozirim Igweamaka Date: Sun, 7 Jul 2024 03:25:09 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 178a928..dd64f9d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

NotShazam :musical_note:

-[NotShazam](https://notshazam.vercel.app/) is an implementation of Shazam's song recognition algorithm based on insights from these [resources](#resources). It integrates Spotify and YouTube APIs to find and download songs. +[NotShazam](https://notshazam.vercel.app/) is an implementation of Shazam's song recognition algorithm based on insights from these [resources](#resources-card_file_box). It integrates Spotify and YouTube APIs to find and download songs. ## Current Limitations While the algorithm works excellently in matching a song with its exact file, it performs poorly in identifying the right match from a recording. However, this project is still a work in progress. I'm hopeful about making it work, but I could definitely use some help :slightly_smiling_face:. @@ -92,7 +92,7 @@ Search took: 856.386557ms Final prediction: Voilà by André Rieu , score: 5390686.00 ``` -Resources +Resources :card_file_box: ------------------------- - [How does Shazam work - Coding Geek](https://drive.google.com/file/d/1ahyCTXBAZiuni6RTzHzLoOwwfTRFaU-C/view) (main resource) - [Song recognition using audio fingerprinting](https://hajim.rochester.edu/ece/sites/zduan/teaching/ece472/projects/2019/AudioFingerprinting.pdf)