-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b46e76b
commit b748ac0
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |