Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fevieira27 authored Jan 19, 2024
1 parent b46e76b commit b748ac0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
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.

0 comments on commit b748ac0

Please sign in to comment.