- This is a miniproject in which Spotify API is used to pull the audio features data of music tracks. That data is used to described what kind of features are present in hit songs and how those features have changed over a time period.
- Analyze features' correlation with streams and position
- Timeline of features over time
- Feature timeseries forecasting
- Extra: Generate lyrics
Data files, .csv etc...
Jupyter notebooks
Code, .py files
Analysis docs
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
pip install package
pip freeze > requirements.txt
deactivate
ipython kernel install --user --name=.venv
jupyter notebook
choose kernel .venv
convert -delay 15 *.jpg topfeatures.gif