Pull Spotify data using their API and explore how track features can be used to classify music into playlists.
- Install uv for your system.
- Install make for your system.
- Clone this repository and
cd
into it. - Run
uv venv --python 3.12
to initialize a virtual environment with Python 3.12. - Run
make install
to install all requirements, ormake dev_install
to install all requirements plus additional dependencies required for code formatting, tests, etc.
- Edit
__version__
insrc/music/__init__.py