From ca399ca8ec117242c68c53100da01bf21e1308d5 Mon Sep 17 00:00:00 2001 From: sijial430 <107885110+sijial430@users.noreply.github.com> Date: Sun, 8 Oct 2023 11:01:58 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51ceb94..d3a2515 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Course-Projects -Collection of Sijia Liu's Course Projects at Carnegie Mellon University +Collection of Sijia Liu's Course Projects at Carnegie Mellon University (forked from old GitHub account) From aa2f2e7f2cc7c2ab3480292f7e96171d3fafc886 Mon Sep 17 00:00:00 2001 From: sijial430 <107885110+sijial430@users.noreply.github.com> Date: Sun, 8 Oct 2023 11:05:12 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d3a2515..5feca64 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # Course-Projects Collection of Sijia Liu's Course Projects at Carnegie Mellon University (forked from old GitHub account) + +## Autocomplete-me +Given a prefix, automatically return a list of possible entries based on highest statistical probabilities. + +## Shazam +A song snippet identifier based on a local bank of 200 songs' audio footprints. Only requires a 10s audio sample to accurately identify the song's title, artist, and year of release if the song is in the local bank.