/lyrically

A Python app that performs lyrical analysis

Primary LanguagePython

Getting started

  1. Paste your genius.com API key into a file called .genius_key
  2. Create a python3 virtualenv: virtualenv -p python3 venv
  3. Activate the virtualenv: source venv/bin/activate
  4. Install dependencies from requirements.txt: pip install -r requirements.txt
  5. Run the project: python3 index.py