- Matt Kaiser
- Alex Bozanic
- Tanner Quigley
The vast amount of data produced by Spotify and Twitter's api's must have coorelations between the way songs rated by Spotify and the way the public precieves them through tweets.
Exploring how Spotify numerics coorelate with the public perception through their tweets
- Spotify - dowload Song Specific Data or use curl via command line: curl -X GET "https://api.spotify.com/v1/audio-features/xxxxxxxxxx" -H "Authorization: Bearer {your access token}"
- Python
- Pandas
- Numpy
- Sci-Kit Learn