Git Product home page Git Product logo

spotify-selling-out's People

Contributors

jtelszasz avatar khurchla avatar

Stargazers

 avatar

spotify-selling-out's Issues

Develop seed list for playlist

Pull seed tracks from our another source, i.e. my own Spotify data to use to build a playlist of tracks with similar audio features. This is because my EDA was done on anonymized track ID's that are not actual ID's I can use with API endpoints.

Looking at using Spotipy Python package and these endpoints/routes:
1.) Get the Current User's Recently Played Tracks
https://developer.spotify.com/console/get-recently-played/

2.) Get User's Top Artists and Tracks (Personalization)ย 
https://developer.spotify.com/console/get-current-user-top-artists-and-tracks/

Combine output in single dataframe to build a list of track ID's for musician (or myself as user test).

Embed Web Play in App to play playlist

Web Playback SDK for academic purposes only https://developer.spotify.com/documentation/web-playback-sdk/

Ideally, chart interactivity can connect to play action, either directly or giving musician/user the list of tracks below chart to select to play from (although these will not be the same, instead similar track recommendations which would play as a result).

Alternately, player as interaction for what least skipped songs 'song like' as a separate panel, simply beside graph of what least skipped songs 'look' like.

Prep seed inputs: track_id, artist_id, genre_id

Combination of these required fields for endpoint to create a playlist: track_ID, artist_id, genre_id.

From user seed track_id data in previous issue:

  1. Get Audio Analysis for a Track (Tracks) https://developer.spotify.com/console/get-audio-analysis-track/
    ~ or is it Get Audio Features for a Track (that I want...?...) https://developer.spotify.com/console/get-audio-features-several-tracks/

  2. Compare to our least skipped tracks audio features. https://developer.spotify.com/console/playlists/

  3. Isolate requirements for next step as follows per docs at: https://developer.spotify.com/documentation/web-api/reference/#endpoint-get-recommendations
    ~ A comma separated list of Spotify IDs for seed artists. Up to 5 seed values may be provided in any combination of seed_artists, seed_tracks and seed_genres.

A comma separated list of Spotify IDs for each of:

  • seed_tracks (those among my/user's tracks with high similarity to the least skipped EDA dataset).
  • seed_artists (artists attached to the tracks above)
  • seed_genres (A comma separated list of any genres in the set of available genre seeds; those attached to tracks above; note that all tracks/artists will contain a genre. We need at least one for next step.)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.