Skip to content

musicinformationretrieval/mirexplorer

Repository files navigation

MIRExplorer

Explore music using AI tools.

Installation

Make sure you have Python, poetry, and npm installed.

git clone git@github.com:musicinformationretrieval/mirexplorer.git
cd mirexplorer
make install
make dev

Note that you need to manually obtain .env variables (see .env.example).

This will run the app locally on localhost:5000.