Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 535 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 535 Bytes

Spotify Clustering app

License: MIT


App running

  1. Clone the repository

    git clone https://github.com/nahue-passano/spotify-clustering.git
    cd spotify-clustering
  2. Create and initialize poetry environment

    make install_environment
    poetry shell
  3. Run the streamlit app

    streamlit run spotify_clustering/app.py