analysing last.fm and spotify listening history. using playlists as models for classification using SVMs and MLPs
Go to file
2021-02-01 21:43:27 +00:00
analysis added playlist and artists books 2021-02-01 21:43:27 +00:00
.gitignore restructured, added notebooks, refreshed data, poetry 2021-02-01 01:37:22 +00:00
analysis.ipynb added playlist and artists books 2021-02-01 21:43:27 +00:00
artist.ipynb added playlist and artists books 2021-02-01 21:43:27 +00:00
log.py initial commit 2020-01-25 11:40:20 +00:00
playlist.ipynb added playlist and artists books 2021-02-01 21:43:27 +00:00
poetry.lock added playlist and artists books 2021-02-01 21:43:27 +00:00
prep-audio-features.py restructured, added notebooks, refreshed data, poetry 2021-02-01 01:37:22 +00:00
prep-scrobbles.py restructured, added notebooks, refreshed data, poetry 2021-02-01 01:37:22 +00:00
pyproject.toml added playlist and artists books 2021-02-01 21:43:27 +00:00
README.md added playlist and artists books 2021-02-01 21:43:27 +00:00
stats.ipynb restructured, added notebooks, refreshed data, poetry 2021-02-01 01:37:22 +00:00

Listening Analysis

Notebooks, analysis, artists & playlist investigations and other stats.

Combining Spotify & Last.fm data for exploring habits and trends Uses two data sources,

  1. Last.fm scrobbles
  2. Spotify audio features

The two are joined by searching Last.fm tracks on Spotify to get a Uri, the track name and artist name are provided for the query. These Uris can be used to retrieve Spotify feature descriptors.