From a5bbd1f8b43eab352fb543ab13f2149db1883f25 Mon Sep 17 00:00:00 2001 From: Chigozirim Igweamaka Date: Sun, 7 Jul 2024 02:56:35 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8971f38..0929798 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](https://github.com/cgzirim/not-shazam/blob/main/README.md#resources). It integrates Spotify and YouTube APIs to find and download songs from the internet. +[NotShazam](https://notshazam.vercel.app/) is an implementation of Shazam's song recognition algorithm based on insights from these [resources](https://github.com/cgzirim/not-shazam/blob/main/README.md#resources). 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.