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.