/chordal

automatic musical chord recogniser

Primary LanguagePython

Automatic chord recogniser for music! Currently still under construction

Build Status

Instructions for those who want to try some development:

  • Fork the repo
  • Create a virtual environment and activate, e.g.:
    • $ virtualenv venv -ppython3
    • $ activate # in fish
    • $ source ./venv/bin/activate # in bash
  • Install Python dependencies:
    • $ pip install -r requirements.txt