Project Description: In this project, I retrieve Spotify features of Taylor Swift’s music and visualized them for analysis. I also developed a web app that compares the features of her re-recorded music with the original.
For more information, check out my blog to see a summary write-up of the project. You can also view the app here.
Main Goals:
- Use the
Spotipy
package to retrieve the Spotify features of Taylor Swift's music - Examine and compare the features of her albums using data visualization tools
- Compare the features of the re-recordings ("Taylor's Version") with the original
Project Overview
Code | Description | Link |
---|---|---|
swift_data.ipynb |
Jupyter notebook detailing the data retrieval process of the Spotify features Taylor Swift's music. | View |
swift_analysis.ipynb |
Jupyter notebook containing the visualizations of the Spotify features of Taylor Swift's albums. | View |
swift_app.py |
Code used to build app comparing features of the re-recordings. | View |
swift_functions.py |
Code containing functions used to generate visualizations in the app. | View |
Links
Here are the resources I used to complete this project: