mjkaufer / hackmit-spo-tfidf-y

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HackMIT Spo-tfidf-y

Helper code for HackMIT tech talk! Slides here

Setup

Make sure you have a working version of Python 3 on your local machine

Create a Spotify app by following the instructions here

Install the relevant dependencies using pip3 install -r requirements.txt

Run the following commands, setting your variables appropriately

export SPOTIPY_REDIRECT_URI='https://google.com'
export SPOTIPY_CLIENT_ID=''
export SPOTIPY_CLIENT_SECRET=''

Then open the jupyter notebook with jupyter notebook (from the same terminal window!) and open tfidf.ipynb

About


Languages

Language:Jupyter Notebook 64.5%Language:Python 35.5%