Skip to content

Commit b748ac0

Browse files
authored
Update README.md
1 parent b46e76b commit b748ac0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
# DeezerAnalysisAI-R
22
An R script that uses AI for data analysis on Deezer playlists, like looking for fuzzy duplicates, creating ranks of genre and artists.
3+
4+
## Currently working:
5+
- 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
6+
7+
![Example of results from duplicates search](./img/DeezerDuplicates.jpg)
8+
9+
## Next improvements
10+
- Full playlist extract, to help with local/cloud backups and migration of playlists to other platforms
11+
- Overall analysis of playlist, like genres, top artists, tracks lengths, etc.

0 commit comments

Comments
 (0)