diff --git a/README.md b/README.md index 51ceb94..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 +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.