https://github.com/kevinknights29/recommender-system---spotify-api
This project has the intent to recommend new songs using the Spotify API and recommender systems.
https://github.com/kevinknights29/recommender-system---spotify-api
python recommender-system
Last synced: 2 months ago
JSON representation
This project has the intent to recommend new songs using the Spotify API and recommender systems.
- Host: GitHub
- URL: https://github.com/kevinknights29/recommender-system---spotify-api
- Owner: kevinknights29
- Created: 2021-12-13T05:29:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T02:36:12.000Z (almost 3 years ago)
- Last Synced: 2025-02-11T22:58:09.754Z (8 months ago)
- Topics: python, recommender-system
- Language: Python
- Homepage:
- Size: 56.4 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recommender-System---Spotify-API
This project has the intent of recommending new songs using recommender system techniques and my iTunes Library as a reference database. This will allows to determine the top genres, songs, and artist that I like.# Objective:
* Create a recommder system capable of making relevant recommendation
* Discover new songs using this tool.# Dataset Description:
The dataset used to generate recommendations comes from an XML file exported from iTunes' Desktop Application. This XML file was transformed and clean as a first step and later uploaded to a database.