Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advanced examples #986

Merged
merged 6 commits into from
Jul 9, 2024
Merged

Conversation

arefjadda
Copy link
Contributor

Added three new examples:

  • audio_features_analysis.py: This example focuses on leveraging Spotipy's audio features. It demonstrates how to fetch audio features of tracks from a playlist and perform analysis using libraries like pandas and seaborn. Users can explore correlations between different audio features and visualize the results.
  • personalized_playlist.py: This example demonstrates how to create a personalized playlist. It showcases the process of fetching tracks based on user preferences, selecting and clustering tracks using k-means clustering, and creating a new playlist with the selected tracks.
  • track_recommendations.py: This example showcases how to utilize the track recommendation feature. It guides users through the steps of retrieving recommendations based on their listening history or liked tracks, and provides guidance for generating recommendations.

@stephanebruckert stephanebruckert merged commit 51c5bd8 into spotipy-dev:master Jul 9, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants