From b748ac01e199bfd1a69f82d1aa10b43097805e5b Mon Sep 17 00:00:00 2001 From: Felipe <60966475+fevieira27@users.noreply.github.com> Date: Fri, 19 Jan 2024 22:18:59 +0000 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6e10d31..53d1f27 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # DeezerAnalysisAI-R An R script that uses AI for data analysis on Deezer playlists, like looking for fuzzy duplicates, creating ranks of genre and artists. + +## Currently working: +- Duplicates search, both for exact matches (artist, title and duration) and for possible duplicates based on high similarity, the later using both the Levenshtein and Jaro & Winkler algorithms + +![Example of results from duplicates search](./img/DeezerDuplicates.jpg) + +## Next improvements +- Full playlist extract, to help with local/cloud backups and migration of playlists to other platforms +- Overall analysis of playlist, like genres, top artists, tracks lengths, etc.